File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ name-template : ' v$RESOLVED_VERSION'
2
+ tag-template : ' v$RESOLVED_VERSION'
3
+ categories :
4
+ - title : ' 🚀 Features and Improvements'
5
+ labels :
6
+ - ' feature'
7
+ - ' improvement'
8
+ - ' enhancement'
9
+ - ' feat'
10
+ - title : ' 🐛 Bug Fixes'
11
+ labels :
12
+ - ' bug'
13
+ - ' fix'
14
+ - ' bugfix'
15
+ - title : ' 🧰 Maintenance'
16
+ labels :
17
+ - ' maintenance'
18
+ - ' chore'
19
+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
20
+ change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
21
+ version-resolver :
22
+ minor :
23
+ labels :
24
+ - ' feature'
25
+ - ' improvement'
26
+ - ' enhancement'
27
+ - ' feat'
28
+ patch :
29
+ labels :
30
+ - ' bug'
31
+ - ' fix'
32
+ - ' bugfix'
33
+ - ' maintenance'
34
+ - ' chore'
35
+ exclude-labels :
36
+ - ' skip-changelog'
37
+ template : |
38
+ ## What’s Changed
39
+
40
+ $CHANGES
You can’t perform that action at this time.
0 commit comments