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 ef5fcb3 commit 24fdf18Copy full SHA for 24fdf18
cog.toml
@@ -0,0 +1,9 @@
1
+pre_bump_hooks = [
2
+ "nu -c \"open Ecsact.uplugin | from json | update VersionName '{{version}}' | to json -t 1 | save Ecsact.uplugin -f\"",
3
+]
4
+
5
+post_bump_hooks = [
6
+ "git push",
7
+ "git push origin {{version}}",
8
+ "gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag",
9
0 commit comments