Skip to content

Commit c7a2078

Browse files
authored
docs: link to main docs in generated release notes (bazel-contrib#2338)
The generated release notes provide some very simple copy/paste quick start, but don't tell where to find more detailed info. Link to our main docs so users know where to find out more. Along the way: * Drop Bazel 6 mention. It'll be unsupported pretty soon. * Drop "bzlmod is beta" mention, since the APIs are stable enough (and stability is better covered in other docs which can handle the nuance of what is/isn't GA)
1 parent f231358 commit c7a2078

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/create_archive_and_notes.sh

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

2727
cat > release_notes.txt << EOF
28-
## Using Bzlmod with Bazel 6
2928
30-
**NOTE: bzlmod support is still beta. APIs subject to change.**
29+
For more detailed setup instructions, see https://rules-python.readthedocs.io/en/latest/getting-started.html
30+
31+
## Using Bzlmod
3132
3233
Add to your \`MODULE.bazel\` file:
3334

0 commit comments

Comments
 (0)