Skip to content

Commit

Permalink
chore: improve bzlmod install instructions (#111)
Browse files Browse the repository at this point in the history
it didn't account for Bazel 7
  • Loading branch information
alexeagle committed Mar 12, 2024
1 parent ff123c9 commit f27a735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_prep.sh
Expand Up @@ -16,9 +16,9 @@ git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip > $ARCHIVE
SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')

cat << EOF
## Using Bzlmod with Bazel 6
## Using Bzlmod with Bazel 6 or greater
1. Enable with \`common --enable_bzlmod\` in \`.bazelrc\`.
1. (Bazel 6 only) Enable with \`common --enable_bzlmod\` in \`.bazelrc\`.
2. Add to your \`MODULE.bazel\` file:
\`\`\`starlark
Expand Down

0 comments on commit f27a735

Please sign in to comment.