Skip to content

Commit a480919

Browse files
authored
Update release-drafter.yml
1 parent 9bd9c9c commit a480919

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/release-drafter.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1+
name-template: 'v$NEXT_PATCH_VERSION 🌈'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
3+
categories:
4+
- title: '🚀 Features'
5+
labels:
6+
- 'feature'
7+
- 'enhancement'
8+
- title: '🐛 Bug Fixes'
9+
labels:
10+
- 'fix'
11+
- 'bugfix'
12+
- 'bug'
13+
- title: '🧰 Maintenance'
14+
label: 'chore'
15+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
116
template: |
2-
## What’s Changed
17+
## Changes
318
419
$CHANGES

0 commit comments

Comments
 (0)