Skip to content

Commit

Permalink
Further configure release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Apr 3, 2024
1 parent 1d158f7 commit 6f8d484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,23 @@ template: |
categories:
- title: '🚀 Features'
labels:
- 'enhancement'
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- 'fix'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'breaking'
minor:
labels:
- 'enhancement'
- 'feature'
default: patch

0 comments on commit 6f8d484

Please sign in to comment.