File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# see: https://github.com/cocogitto/cocogitto
33
44# All version numbers should be prefixed with v to denote
5- # a version number over anything other type of tag
5+ # a version number over any other type of tag
66tag_prefix = " v"
77
88# Only releases from master are allowed
@@ -41,8 +41,8 @@ pre_bump_hooks = [
4141post_bump_hooks = [
4242 " git push" ,
4343 " git push --tags" ,
44- " cog changelog --at {{version}} > GITHUB_CHANGELOG.md" ,
45- " gh release create {{version}} -F GITHUB_CHANGELOG.md ./publish/*" ,
44+ " cog changelog --at v {{version}} > GITHUB_CHANGELOG.md" ,
45+ " gh release create v {{version}} -F GITHUB_CHANGELOG.md ./publish/*" ,
4646]
4747
4848# Create a CHANGELOG that includes helpful links to github diffs / commits / PRs, etc.
You can’t perform that action at this time.
0 commit comments