Skip to content

Commit

Permalink
chore: sync with ecsact_common (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
seaubot authored Sep 13, 2023
1 parent 1d185c0 commit 6832abc
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
post_bump_hooks = [
"git push",
"git push origin {{version}}",
"gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag",
]
pre_bump_hooks = [
"buildozer 'set version {{version}}' //MODULE.bazel:%module",
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
"buildozer 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
]

post_bump_hooks = [
"git push",
"git push origin {{version}}",
"gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag",
]

0 comments on commit 6832abc

Please sign in to comment.