Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
apple_support
/
09b00f5f1641fadde2ab1fe7f4e6b9cc147db979
/
.
/
.github
/
generate-notes.sh
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