Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
apple_support
/
80c29efc1c8a823dd8de94693ea2955377d6146f
/
.
/
.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