Skip to content

Commit

Permalink
chore: update release please config (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsergiy authored Nov 13, 2024
2 parents 67aae31 + 239b0c8 commit 2529633
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"include-v-in-tag": true,
"separate-pull-requests": true,
"always-update": true,
"packages": {
".": {
"path": "v2",
"release-type": "go",
"include-component-in-tag": false,
"changelog-path": "v2/CHANGELOG.md",
"include-v-in-tag": true,
"changelog-path": "v2/CHANGELOG.md"
"prerelease": true,
"prerelease-type": "rc"

},
"execution": {
"path": "execution",
"release-type": "go",
"include-v-in-tag": true,
"include-component-in-tag": true,
"tag-separator": "/",
"changelog-path": "execution/CHANGELOG.md"
}
},
"exclude-paths": [
Expand Down

0 comments on commit 2529633

Please sign in to comment.