File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-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+ - title : ' 📝 Documentation'
22+ labels :
23+ - documentation
24+
25+ change-template : ' - $TITLE (#$NUMBER) by @$AUTHOR'
26+ no-changes-template : ' No significant changes'
27+
28+ template : |
29+ ## 🚀 Release
30+
31+ ### What's Changed
32+ $CHANGES
33+
34+ **Contributors:** $CONTRIBUTORS
35+
36+ version-resolver :
37+ major :
38+ labels :
39+ - major
40+ minor :
41+ labels :
42+ - minor
43+ patch :
44+ labels :
45+ - patch
46+ default : patch
You can’t perform that action at this time.
0 commit comments