Skip to content

Commit

Permalink
Update release_prep.sh to reference the correct Bazel version (#1153)
Browse files Browse the repository at this point in the history
Update release_prep.sh to reference the correct Bazel version
  • Loading branch information
Bencodes authored Apr 26, 2024
1 parent 384c55c commit 9675357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')
# Write the release notes to release_notes.txt
cat > release_notes.txt << EOF
# Release notes for $TAG
## Using Bzlmod with Bazel 6
## Using Bzlmod with Bazel 7
1. Enable with \`common --enable_bzlmod\` in \`.bazelrc\`.
2. Add to your \`MODULE.bazel\` file:
Expand Down

0 comments on commit 9675357

Please sign in to comment.