chore(release): configure generated notes taxonomy - #1894
Conversation
📝 WalkthroughSummary by CodeRabbit
WalkthroughAdds GitHub release configuration that excludes selected labels from changelogs and groups remaining entries into breaking changes, features, fixes, and documentation. ChangesRelease Notes
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Configures GitHub-generated release notes taxonomy for the Humanizer repository by grouping PRs into user-facing categories while excluding maintenance- and dependency-only changes.
Changes:
- Adds
.github/release.ymlto define release-note categories: Breaking changes, Features, Fixes, and Documentation. - Configures exclusions to omit PRs labeled
no release notes,maintenance, ordependenciesfrom generated notes. - Uses existing repository labels to drive categorization while leaving unclassified entries ungrouped (no guessing).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a493263567
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Generated release notes now group user-facing changes into breaking changes, features, fixes, and documentation while excluding maintenance and explicitly omitted entries. Dependency-labeled changes remain visible so mixed security or bug-fix updates are not silently dropped.
Validation
git diff --checkChecklist
origin/main.