Skip to content

Commit 686cf12

Browse files
committed
ci(cog): final tweaks to cog so that hopefully we get a good release
1 parent 6a17d2b commit 686cf12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cog.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
66
tag_prefix = "v"
77

88
# Only releases from master are allowed
@@ -41,8 +41,8 @@ pre_bump_hooks = [
4141
post_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.

0 commit comments

Comments
 (0)