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