Skip to content

Commit

Permalink
Update release-drafter-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored Jan 16, 2023
1 parent 47896f1 commit 6a3f4a4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/release-drafter-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name-template: '$NEXT_MINOR_VERSION'

tag-template: 'v$NEXT_MINOR_VERSION'

autolabeler:
- label: 'maintenance'
files:
Expand All @@ -14,35 +16,36 @@ autolabeler:
- label: 'feature'
branch:
- '/feature-.+'

categories:
- title: 'Breaking Changes'
labels:
- 'breakingchange'
- title: '🧪 Experimental Features'
- title: 'Experimental Features'
labels:
- 'experimental'
- title: '🚀 New Features'
- title: 'New Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
- title: 'Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'BUG'
- title: '🧰 Maintenance'
- title: 'Maintenance'
label: 'maintenance'

change-template: '- $TITLE (#$NUMBER)'

exclude-labels:
- 'skip-changelog'
template: |
# Changes

template: |
$CHANGES
## Contributors
We'd like to thank all the contributors who worked on this release!
$CONTRIBUTORS

0 comments on commit 6a3f4a4

Please sign in to comment.