Skip to content

Commit

Permalink
chore: update release-please config (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsergiy authored Nov 13, 2024
2 parents c38eb84 + bffb5f2 commit 410a7d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"always-update": true,
"packages": {
"v2": {
"package-name": "graphql-go-tools",
"path": "v2",
"release-type": "go",
"include-component-in-tag": false,
"include-v-in-tag": true,
"changelog-path": "v2/CHANGELOG.md",
"prerelease": true,
"prerelease-type": "rc"
},
"execution": {
"package-name": "execution",
"path": "execution",
"release-type": "go",
"include-v-in-tag": true,
Expand Down
4 changes: 2 additions & 2 deletions release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"v2": "v2.0.0-rc.122",
"execution": "execution/v1.0.9"
"v2": "2.0.0-rc.122",
"execution": "1.0.9"
}

0 comments on commit 410a7d0

Please sign in to comment.