Skip to content

Commit 9675357

Browse files
authored
Update release_prep.sh to reference the correct Bazel version (#1153)
Update release_prep.sh to reference the correct Bazel version
1 parent 384c55c commit 9675357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')
1515
# Write the release notes to release_notes.txt
1616
cat > release_notes.txt << EOF
1717
# Release notes for $TAG
18-
## Using Bzlmod with Bazel 6
18+
## Using Bzlmod with Bazel 7
1919
2020
1. Enable with \`common --enable_bzlmod\` in \`.bazelrc\`.
2121
2. Add to your \`MODULE.bazel\` file:

0 commit comments

Comments
 (0)