File tree Expand file tree Collapse file tree 1 file changed +47
-12
lines changed Expand file tree Collapse file tree 1 file changed +47
-12
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name-template : " $RESOLVED_VERSION"
3+ tag-template : " $RESOLVED_VERSION"
4+ change-template : " - $TITLE @$AUTHOR (#$NUMBER)"
5+ sort-direction : ascending
6+
17categories :
2- - title : " Breaking Changes "
8+ - title : " Breaking changes "
39 labels :
4- - " breaking change"
5- - title : " Features "
10+ - " breaking- change"
11+ - title : " New features "
612 labels :
7- - " enhancement"
8- - title : " Bug Fixes"
13+ - " new-feature"
14+ - title : " Bug fixes"
15+ labels :
16+ - " bugfix"
17+ - title : " Enhancements"
918 labels :
10- - " bug"
19+ - " enhancement"
20+ - " refactor"
21+ - " performance"
1122 - title : " Maintenance"
1223 labels :
13- - " ci/cd"
24+ - " maintenance"
25+ - " ci"
26+ - title : " Documentation"
27+ labels :
28+ - " documentation"
29+ - title : " Dependency updates"
30+ labels :
31+ - " dependencies"
32+
33+ version-resolver :
34+ major :
35+ labels :
36+ - " major"
37+ - " breaking-change"
38+ minor :
39+ labels :
40+ - " minor"
41+ - " new-feature"
42+ patch :
43+ labels :
44+ - " bugfix"
45+ - " chore"
46+ - " ci"
1447 - " dependencies"
1548 - " documentation"
16- - " maintenance "
17- - " tooling "
18- change-template : " - $TITLE (#$NUMBER) "
19- name-template : " $NEXT_PATCH_VERSION "
20- tag-template : " $NEXT_PATCH_VERSION "
49+ - " enhancement "
50+ - " performance "
51+ - " refactor "
52+ default : patch
53+
2154template : |
55+ ## What’s changed
56+
2257 $CHANGES
You can’t perform that action at this time.
0 commit comments