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 30196bf commit dc490c8Copy full SHA for dc490c8
MODULE.bazel
@@ -11,10 +11,11 @@
11
# SPDX-License-Identifier: Apache-2.0
12
# *******************************************************************************
13
14
+# Versioning is handled by GitHub Releases.
15
+# Here we always keep "0.0.0" to indicate that.
16
module(
17
name = "score_docs_as_code",
- version = "2.3.0",
- compatibility_level = 2,
18
+ version = "0.0.0",
19
)
20
21
###############################################################################
0 commit comments