Skip to content

Commit

Permalink
fix: bump project version correctly with cocogitto
Browse files Browse the repository at this point in the history
Co-authored-by: Billie Thompson <billie.thompson@armakuni.com>
  • Loading branch information
jblackman and PurpleBooth committed Oct 9, 2024
1 parent 15e0962 commit b38b593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branch_whitelist = [
"release/**"
]
pre_bump_hooks = [
"uv version {{version}}",
"uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version {{version}}",
"uv lock --no-upgrade",
]
post_bump_hooks = [
Expand Down

0 comments on commit b38b593

Please sign in to comment.