Skip to content

Commit a547d34

Browse files
authored
docs: Use correct pip extension path in generated release notes (#1310)
Also add a note that bzlmod support is still beta.
1 parent 02b521f commit a547d34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create_archive_and_notes.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')
2727
cat > release_notes.txt << EOF
2828
## Using Bzlmod with Bazel 6
2929
30+
**NOTE: bzlmod support is still beta. APIs subject to change.**
31+
3032
Add to your \`MODULE.bazel\` file:
3133
3234
\`\`\`starlark
3335
bazel_dep(name = "rules_python", version = "${TAG}")
3436
35-
pip = use_extension("@rules_python//python:extensions.bzl", "pip")
37+
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
3638
3739
pip.parse(
3840
name = "pip",

0 commit comments

Comments
 (0)