Skip to content

Commit 2e4b7a7

Browse files
authored
Update releasedrafter.yml
1 parent d9b66e1 commit 2e4b7a7

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/releasedrafter.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name-template: 'v$NEXT_PATCH_VERSION'
23
tag-template: 'v$NEXT_PATCH_VERSION'
34
categories:
@@ -7,17 +8,22 @@ categories:
78
- 'kind/enhancement'
89
- title: '🐛 Bug Fixes'
910
labels:
10-
- 'fix'
11-
- 'bugfix'
11+
- 'kind/fix'
12+
- 'kind/bugfix'
1213
- 'kind/bug'
1314
- title: '🧰 Maintenance'
14-
label: 'kind/chore'
15+
labels:
16+
- 'kind/chore'
17+
- 'area/ci'
18+
- 'area/tests'
19+
- title: 📖 Documentation
20+
label: area/docs
1521
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1622
template: |
17-
## What's new
23+
## What's new ?
1824
$CHANGES
1925
2026
## Contributors
2127
22-
Thank you to our contributors for making this release possible:
28+
Thanks a lot to our contributors for making this release possible:
2329
$CONTRIBUTORS

0 commit comments

Comments
 (0)