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 7d0f586 commit c37dffdCopy full SHA for c37dffd
MODULE.bazel
@@ -5,7 +5,7 @@ VERSION = "$Format:%(describe:tags=true)$"
5
6
module(
7
name = "com_myorg_rules_mylang",
8
- version = "0.0.0" if VERSION.startswith("$Format") else VERSION,
+ version = "0.0.0" if VERSION.startswith("$Format") else VERSION.replace("v", "", 1),
9
compatibility_level = 1,
10
)
11
0 commit comments