Skip to content

Commit f27a735

Browse files
authored
chore: improve bzlmod install instructions (#111)
it didn't account for Bazel 7
1 parent ff123c9 commit f27a735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_prep.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip > $ARCHIVE
1616
SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')
1717

1818
cat << EOF
19-
## Using Bzlmod with Bazel 6
19+
## Using Bzlmod with Bazel 6 or greater
2020
21-
1. Enable with \`common --enable_bzlmod\` in \`.bazelrc\`.
21+
1. (Bazel 6 only) Enable with \`common --enable_bzlmod\` in \`.bazelrc\`.
2222
2. Add to your \`MODULE.bazel\` file:
2323
2424
\`\`\`starlark

0 commit comments

Comments
 (0)