We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93cb8b commit 7b757baCopy full SHA for 7b757ba
cog.toml
@@ -5,7 +5,7 @@ pre_bump_hooks = [
5
"cargo set-version --locked --workspace {{version}}",
6
]
7
post_bump_hooks = [
8
- "git push",
+ "git push --no-verify",
9
"git push origin {{version}} --no-verify",
10
"cargo publish"
11
0 commit comments