We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1dc0c commit 0ecee0cCopy full SHA for 0ecee0c
1 file changed
.github/release-drafter.yml
@@ -3,15 +3,15 @@ name-template: '$NEXT_PATCH_VERSION 🌈'
3
categories:
4
- title: '🚀 Features'
5
labels:
6
- - 'feature'
7
- - 'enhancement'
+ - 'type/feature'
+ - title: '📈 Enhancements'
8
+ labels:
9
+ - 'type/enhancement'
10
- title: '🐛 Bug Fixes'
11
- - 'fix'
- - 'bugfix'
12
- - 'bug'
+ - 'type/bug'
13
- title: '🧰 Maintenance'
14
- label: 'chore'
+ label: 'type/housekeeping'
15
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
16
template: |
17
## Changes
0 commit comments