ci: add release note categorization and release flags#12
Merged
Conversation
Add .github/release.yml to categorize auto-generated release notes by PR labels (features, fixes, maintenance, docs). Set draft: false and auto-detect prerelease from tag name (v0.3.0-rc1 → prerelease).
The release/upload steps are already guarded by if: startsWith(github.ref, 'refs/tags/v'), so PRs only run the build — catching build failures before merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/release.ymlto categorize auto-generated release notes by PR labels (Features, Bug Fixes, Maintenance, Documentation)draft: falseexplicitly on GitHub Release creationv0.3.0-rc1→ prerelease,v0.3.0→ stableTest plan
v*-rc1tag → verify GitHub Release is marked as pre-releasev*tag → verify GitHub Release is marked as stable