blob: 013580cb1c51d760e76f69c60e7381e85c070b5a [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")
\`\`\`
EOF