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 384c55c commit 9675357Copy full SHA for 9675357
.github/workflows/release_prep.sh
@@ -15,7 +15,7 @@ SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')
15
# Write the release notes to release_notes.txt
16
cat > release_notes.txt << EOF
17
# Release notes for $TAG
18
-## Using Bzlmod with Bazel 6
+## Using Bzlmod with Bazel 7
19
20
1. Enable with \`common --enable_bzlmod\` in \`.bazelrc\`.
21
2. Add to your \`MODULE.bazel\` file:
0 commit comments