Skip to content

Commit

Permalink
refine generation of release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
flbraun committed Oct 28, 2023
1 parent 3e681df commit c8d88bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ changelog:
categories:
- title: Breaking Changes
labels:
- Semver-Major
- breaking-change
- title: New Features
labels:
- Semver-Minor
- enhancement
- title: Other Changes And Fixes
- title: Bug Fixes
labels:
- bug
- title: Other Changes
labels:
- "*"

0 comments on commit c8d88bf

Please sign in to comment.