File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33module (
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
338bazel_dep (name = "bazel_skylib" , version = "1.8.2" )
You can’t perform that action at this time.
0 commit comments