Skip to content

Commit

Permalink
fix(prj): use correct just task to bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Nov 20, 2024
1 parent 050afda commit f58090e
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 @@ -9,7 +9,7 @@ generate_mono_repository_global_tag = true
branch_whitelist = []
skip_ci = "[skip ci]"
skip_untracked = false
pre_bump_hooks = ["just check", "just bump {{latest}} {{version}}"]
pre_bump_hooks = ["just check", "just release::bump {{latest}} {{version}}"]
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []
Expand Down

0 comments on commit f58090e

Please sign in to comment.