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 b9a2a51 commit f4dcc5eCopy full SHA for f4dcc5e
cog.toml
@@ -1,7 +1,6 @@
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",
+ "buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
5
]
6
7
post_bump_hooks = [
0 commit comments