Skip to content

Commit

Permalink
Remove redundant category in generated release notes
Browse files Browse the repository at this point in the history
The release notes generator only outputs an issue in the first
matching category. This means the 'Deprecation notices' category is
redundant and will never be produced.

Instead, combine 'Breaking changes' and 'Deprecation notices' into a
single category.
  • Loading branch information
AlanGreene committed Jan 22, 2025
1 parent fb6a783 commit 44cb421
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ changelog:
labels:
- release-note-none
categories:
- title: 🚨 Breaking changes
labels:
- release-note-action-required
- title: 🚨 Deprecation notices
- title: 🚨 Breaking changes / deprecation notices
labels:
- release-note-action-required
- title: ✨ Features
Expand Down

0 comments on commit 44cb421

Please sign in to comment.