Skip to content

Commit

Permalink
docs: change release notes to encourage bzlmod (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard authored Nov 13, 2024
1 parent 105f294 commit 981c505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip >$ARCHIVE
SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')

cat <<EOF
## Using [Bzlmod] with Bazel 6:
## Using [Bzlmod]:
Add to your \`MODULE.bazel\` file:
Expand All @@ -32,7 +32,7 @@ use_repo(rules_ts_ext, "npm_typescript")
[Bzlmod]: https://bazel.build/build/bzlmod
## Using WORKSPACE
## Using legacy WORKSPACE
Paste this snippet into your \`WORKSPACE\` file:
Expand Down

0 comments on commit 981c505

Please sign in to comment.