Skip to content

Commit 24fdf18

Browse files
committed
chore: add cog.toml for release
1 parent ef5fcb3 commit 24fdf18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cog.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)