Skip to content

Commit

Permalink
fix: make releases work again without v in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Nov 1, 2024
1 parent 334c422 commit 20a4fdc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
# https://github.com/kurtosis-tech/kurtosis/issues/688
token: "${{ secrets.RELEASER_TOKEN }}"
release-type: simple
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
8 changes: 0 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
{
"packages": {
".": {
"package-name": "kurtosis",
"bump-minor-pre-major": false,
"bump-path-for-minor-pre-major": false,
"include-v-in-tag": false
}
},
".": "1.4.1"
}
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"packages": {
".": {
"package-name": "kurtosis",
"bump-minor-pre-major": false,
"bump-path-for-minor-pre-major": false,
"include-v-in-tag": false
}
}
}

0 comments on commit 20a4fdc

Please sign in to comment.