Skip to content

Commit 1f3f342

Browse files
committed
chore: prevent failure on buildozer compatibility_level set
1 parent 6d4fab2 commit 1f3f342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cog.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pre_bump_hooks = [
22
"buildozer 'set version {{version}}' //MODULE.bazel:%module",
33
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
4-
"buildozer 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
4+
"buildozer -k 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
55
]
66

77
post_bump_hooks = [

0 commit comments

Comments
 (0)