chore(release): categorize auto-generated release notes by label#15
Merged
Conversation
GitHub's generate_release_notes now groups merged PRs into sections (Features, Bug Fixes, Hardening & Validation, Dependencies, Documentation, Maintenance) based on labels, instead of a flat list. Mirrors the curated 'What's Changed' style used by headroom releases.
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 configure GitHub's auto-generated release notes, so each future release shows a curated What's Changed section grouped by category (Features, Bug Fixes, Hardening & Validation, Dependencies, Documentation, Maintenance) instead of a flat uncategorized list.How it works
GitHub's
generate_release_notes: true(already set inrelease.ymlworkflow) reads.github/release.ymland groups PRs by label:feature/enhancement→ 🚀 Featuresbug/fix→ 🐛 Bug Fixeshardening/validation/testing/ci→ 🛠 Hardening & Validationdependencies→ 📦 Dependencies (dependabot PRs show up here, with@dependabot[bot])ignore-for-release→ excluded entirelyValidation
Notes
feature,enhancement,bug,fix,hardening,validation,testing,ci,dependencies,documentation,chore,maintenance,refactor,ignore-for-release.Co-authored-by: oh-my-pi https://omp.sh