Skip to content

Commit 95a1df4

Browse files
committed
chore: uncomment version
1 parent 4c92bcb commit 95a1df4

1 file changed

Lines changed: 1 addition & 26 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,7 @@
22

33
module(
44
name = "rules_docgen",
5-
6-
# NOTE:
7-
# version = "",
8-
#
9-
# Always leave version unset or set to "" (the default). The default value
10-
# can prevent issues when the module is used via non-registry overrides
11-
# (e.g. https://github.com/bazel-contrib/rules_go/issues/4380).
12-
#
13-
# The publish.yaml GitHub Action sets the version in the registry to the
14-
# release version by patching this MODULE.bazel file in the pull request to
15-
# the BCR.
16-
#
17-
# For more info, see this Slack thread:
18-
# https://bazelbuild.slack.com/archives/CA31HN1T3/p1750406404452179
19-
20-
# NOTE:
21-
# compatibility_level = 0,
22-
#
23-
# Bumping compatibility_level too frequently is discouraged because it's
24-
# very disruptive: as soon as a module is requested at two different
25-
# compatibility levels in the dependency tree, users will see an error.
26-
#
27-
# As such, the compatibility_level (1) should be bumped *only* when the
28-
# breaking change affects most use cases and isn't easy to migrate and/or
29-
# work-around, and (2) *in the same commit* that introduces an incompatible
30-
# (breaking) change.
5+
version = "",
316
)
327

338
bazel_dep(name = "bazel_skylib", version = "1.8.2")

0 commit comments

Comments
 (0)