File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+
1
2
name-template : ' v$NEXT_PATCH_VERSION'
2
3
tag-template : ' v$NEXT_PATCH_VERSION'
3
4
categories :
@@ -7,17 +8,22 @@ categories:
7
8
- ' kind/enhancement'
8
9
- title : ' 🐛 Bug Fixes'
9
10
labels :
10
- - ' fix'
11
- - ' bugfix'
11
+ - ' kind/ fix'
12
+ - ' kind/ bugfix'
12
13
- ' kind/bug'
13
14
- title : ' 🧰 Maintenance'
14
- label : ' kind/chore'
15
+ labels :
16
+ - ' kind/chore'
17
+ - ' area/ci'
18
+ - ' area/tests'
19
+ - title : 📖 Documentation
20
+ label : area/docs
15
21
change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
16
22
template : |
17
- ## What's new
23
+ ## What's new ?
18
24
$CHANGES
19
25
20
26
## Contributors
21
27
22
- Thank you to our contributors for making this release possible:
28
+ Thanks a lot to our contributors for making this release possible:
23
29
$CONTRIBUTORS
You can’t perform that action at this time.
0 commit comments