Skip to content

Commit e2ac9e8

Browse files
authored
Create releasedrafter.yml
1 parent 3f9e450 commit e2ac9e8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

releasedrafter.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name-template: 'v$NEXT_PATCH_VERSION'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
3+
categories:
4+
- title: '🚀 Features'
5+
labels:
6+
- 'kind/feature'
7+
- 'kind/enhancement'
8+
- title: '🐛 Bug Fixes'
9+
labels:
10+
- 'fix'
11+
- 'bugfix'
12+
- 'kind/bug'
13+
- title: '🧰 Maintenance'
14+
label: 'kind/chore'
15+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
16+
template: |
17+
## What's new
18+
$CHANGES
19+
20+
## Contributors
21+
22+
Thank you to our contributors for making this release possible:
23+
$CONTRIBUTORS

0 commit comments

Comments
 (0)