Skip to content

Commit

Permalink
Use PR labels when generating release notes
Browse files Browse the repository at this point in the history
PR labels will allow categorizing changes in release notes, especially
highlighting breaking changes.
  • Loading branch information
nineinchnick committed Oct 30, 2024
1 parent 83866c9 commit 57a30e5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking changes
labels:
- breaking-change
- title: Features
labels:
- enhancement
- title: Bug fixes
labels:
- bug
- title: Other changes
labels:
- "*"

0 comments on commit 57a30e5

Please sign in to comment.