Skip to content

Commit 178ee15

Browse files
committed
ci: update release drafter template
1 parent c417d05 commit 178ee15

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/release-drafter.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ tag-template: $NEXT_PATCH_VERSION
33
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
44
categories:
55
- title: '🚀 Features'
6-
label: 'feature'
6+
labels:
7+
- 'feature'
8+
- 'enhancement'
79
- title: '🐛 Bug Fixes'
810
labels:
911
- 'fix'
1012
- 'bugfix'
1113
- 'bug'
14+
- title: '🧰 Maintenance'
15+
labels:
16+
- 'chore'
1217
- title: '⬆️ Dependency upgrades'
1318
labels:
1419
- 'bump'

0 commit comments

Comments
 (0)