Skip to content

Commit

Permalink
feat(cog): set cargo version when running cog bump
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Sep 24, 2023
1 parent b6ae2f8 commit 549b4e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ ignore_merge_commits = true
branch_whitelist = ["main", "fix/ci__fix_release_flow"]
pre_bump_hooks = [
"echo {{version}}",
"cargo set-version {{version}}"
]
post_bump_hooks = [
]
post_bump_hooks = []

[commit_types]
hotfix = { changelog_title = "Hotfixes" }
Expand Down

0 comments on commit 549b4e0

Please sign in to comment.