Skip to content

Commit

Permalink
Fix release notes formatting (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Jun 5, 2024
1 parent 2bdcae7 commit b2701a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARCHIVE="bazel_env.bzl-$TAG.tar.gz"
git archive --prefix=${PREFIX}/ ${TAG} -o $ARCHIVE

cat << 'EOF'
Add to your \`MODULE.bazel\` file:
Add to your `MODULE.bazel` file:
```starlark
bazel_dep(name = "bazel_env.bzl", version = "${TAG:1}")
Expand Down

0 comments on commit b2701a0

Please sign in to comment.