We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f129c commit 46fac95Copy full SHA for 46fac95
cog.toml
@@ -0,0 +1,5 @@
1
+post_bump_hooks = [
2
+ "git push",
3
+ "git push origin {{version}}",
4
+ "gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag",
5
+]
0 commit comments