Skip to content

Commit 6832abc

Browse files
authored
chore: sync with ecsact_common (#110)
1 parent 1d185c0 commit 6832abc

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

cog.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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-
]
1+
pre_bump_hooks = [
2+
"buildozer 'set version {{version}}' //MODULE.bazel:%module",
3+
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
4+
"buildozer 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
5+
]
6+
7+
post_bump_hooks = [
8+
"git push",
9+
"git push origin {{version}}",
10+
"gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag",
11+
]

0 commit comments

Comments
 (0)