Skip to content

Commit 5a28fe8

Browse files
authored
chore: sync with ecsact_common (#5)
1 parent f50f7c0 commit 5a28fe8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

cog.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
pre_bump_hooks = [
2-
"buildozer 'set version {{version}}' //MODULE.bazel:%module",
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-
]
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)