blob: b1d43a4acddc3130aeafb95bd8fb32200edd7fca [file]
#!/bin/bash
set -euo pipefail
readonly new_version=$1
cat <<EOF
## What's Changed
TODO
This release is compatible with: TODO
### MODULE.bazel Snippet
\`\`\`bzl
bazel_dep(name = "apple_support", version = "$new_version", repo_name = "build_bazel_apple_support")
\`\`\`
EOF