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 ff123c9 commit f27a735Copy full SHA for f27a735
.github/workflows/release_prep.sh
@@ -16,9 +16,9 @@ git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip > $ARCHIVE
16
SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')
17
18
cat << EOF
19
-## Using Bzlmod with Bazel 6
+## Using Bzlmod with Bazel 6 or greater
20
21
-1. Enable with \`common --enable_bzlmod\` in \`.bazelrc\`.
+1. (Bazel 6 only) Enable with \`common --enable_bzlmod\` in \`.bazelrc\`.
22
2. Add to your \`MODULE.bazel\` file:
23
24
\`\`\`starlark
0 commit comments