Commit 941be7e 1 parent b6d060b commit 941be7e Copy full SHA for 941be7e
File tree 1 file changed +43
-0
lines changed
1 file changed +43
-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
+
4
+
5
+ categories :
6
+ - title : ' 💥 Breaking Changes'
7
+ labels :
8
+ - breaking-change
9
+ - title : ' 🚀 New Features'
10
+ labels :
11
+ - feature
12
+ - enhancement
13
+ - title : ' 🐛 Bug Fixes'
14
+ labels :
15
+ - bug
16
+ - fix
17
+ - bugfix
18
+ - title : ' 🛠️ Technical Debt'
19
+ labels :
20
+ - refactor
21
+
22
+ change-template : ' - $TITLE (#$NUMBER) by @$AUTHOR'
23
+ no-changes-template : ' No significant changes'
24
+
25
+ template : |
26
+ ## 🚀 Release
27
+
28
+ ### What's Changed
29
+ $CHANGES
30
+
31
+ **Contributors:** $CONTRIBUTORS
32
+
33
+ version-resolver :
34
+ major :
35
+ labels :
36
+ - major
37
+ minor :
38
+ labels :
39
+ - minor
40
+ patch :
41
+ labels :
42
+ - patch
43
+ default : patch
You can’t perform that action at this time.
0 commit comments