You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: support curated release notes via RELEASE_NOTES.md (#134)
Add two steps to the release workflow:
1. Override: if RELEASE_NOTES.md exists on the tagged commit, replace the
GitHub Release body with its contents via gh release edit.
2. Cleanup: after the release, create a PR to delete RELEASE_NOTES.md
from main using a GitHub App token (so the PR triggers CI/auto-approve).
When no RELEASE_NOTES.md is present, behavior is unchanged (release-please
auto-generated notes are used as before).
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
0 commit comments