We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b66e1 commit 2e4b7a7Copy full SHA for 2e4b7a7
1 file changed
.github/releasedrafter.yml
@@ -1,3 +1,4 @@
1
+
2
name-template: 'v$NEXT_PATCH_VERSION'
3
tag-template: 'v$NEXT_PATCH_VERSION'
4
categories:
@@ -7,17 +8,22 @@ categories:
7
8
- 'kind/enhancement'
9
- title: '🐛 Bug Fixes'
10
labels:
- - 'fix'
11
- - 'bugfix'
+ - 'kind/fix'
12
+ - 'kind/bugfix'
13
- 'kind/bug'
14
- title: '🧰 Maintenance'
- label: 'kind/chore'
15
+ labels:
16
+ - 'kind/chore'
17
+ - 'area/ci'
18
+ - 'area/tests'
19
+ - title: 📖 Documentation
20
+ label: area/docs
21
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
22
template: |
- ## What's new
23
+ ## What's new ?
24
$CHANGES
25
26
## Contributors
27
- Thank you to our contributors for making this release possible:
28
+ Thanks a lot to our contributors for making this release possible:
29
$CONTRIBUTORS
0 commit comments