We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c975b8c commit f5f8584Copy full SHA for f5f8584
1 file changed
cog.toml
@@ -1,6 +1,6 @@
1
pre_bump_hooks = [
2
"echo {{version}}",
3
- "cargo audit && cargo workspaces version custom {{version}} && git add Cargo.toml && git commit -m \"chore(version): set cargo version to {{version}}\"",
+ "cargo audit && cargo workspaces version custom {{version}} && git add . && git commit -m \"chore(version): set cargo version to {{version}}\"",
4
]
5
post_bump_hooks = ["git push", "git push origin {{version}}"]
6
0 commit comments