X Tutup
Skip to content

Commit 0ecee0c

Browse files
authored
Update release-drafter.yml
1 parent fd1dc0c commit 0ecee0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/release-drafter.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name-template: '$NEXT_PATCH_VERSION 🌈'
33
categories:
44
- title: '🚀 Features'
55
labels:
6-
- 'feature'
7-
- 'enhancement'
6+
- 'type/feature'
7+
- title: '📈 Enhancements'
8+
labels:
9+
- 'type/enhancement'
810
- title: '🐛 Bug Fixes'
911
labels:
10-
- 'fix'
11-
- 'bugfix'
12-
- 'bug'
12+
- 'type/bug'
1313
- title: '🧰 Maintenance'
14-
label: 'chore'
14+
label: 'type/housekeeping'
1515
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1616
template: |
1717
## Changes

0 commit comments

Comments
 (0)
X Tutup