Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a547d34

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

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎.github/workflows/create_archive_and_notes.sh

Copy file name to clipboardExpand all lines: .github/workflows/create_archive_and_notes.sh
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.