Skip to content

Commit 6321652

Browse files
authored
Create release-drafter.yml
1 parent 2ef692c commit 6321652

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
categories:
2+
- title: '🚀 Features'
3+
labels:
4+
- 'feature'
5+
- 'enhancement'
6+
- title: '🐛 Bug Fixes'
7+
labels:
8+
- 'fix'
9+
- 'bugfix'
10+
- 'bug'
11+
- title: '🧰 Maintenance'
12+
label: 'chore'
13+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
14+
template: |
15+
## Changes
16+
17+
$CHANGES

0 commit comments

Comments
 (0)