Commit 5220699
committed
feat(release-drafter): add Breaking Changes category
## What
Add a new "💥 Breaking Changes" category to the release-drafter template, ordered first so it sits above Features. The category collects PRs labeled `breaking`.
## Why
The `breaking` label already drives a major version bump via version-resolver, but breaking changes were silently bucketed under whatever other label the PR carried (feature, fix, etc.). Surfacing them as their own top-of-release section makes upgrade impact visible to consumers reading the changelog.
## Notes
- The `breaking` label is not in the autolabeler — it must still be applied manually or via another automation.
- A PR carrying both `breaking` and `feature` labels will appear under Breaking Changes only (release-drafter places each PR in the first matching category).
Signed-off-by: jmeridth <jmeridth@gmail.com>1 parent 54923ce commit 5220699
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments