File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change 1- name-template : ' v$RESOLVED_VERSION'
2- tag-template : ' v$RESOLVED_VERSION'
1+ name-template : " v$RESOLVED_VERSION"
2+ tag-template : " v$RESOLVED_VERSION"
33exclude-labels :
4- - ' dependencies'
5- - ' skip-changelog'
4+ - " dependencies"
5+ - " skip-changelog"
66version-resolver :
77 major :
88 labels :
9- - ' breaking-change'
9+ - " breaking-change"
1010 minor :
1111 labels :
12- - ' enhancement'
13- - ' feature'
12+ - " enhancement"
13+ - " feature"
1414 default : patch
1515categories :
16- - title : ' Features'
16+ - title : " ⚠️ Breaking changes"
17+ label : " breaking-change"
18+ - title : " Features"
1719 labels :
18- - ' feature'
19- - ' enhancement'
20- - title : ' Bug Fixes'
21- labels :
22- - ' bug'
23- - title : ' ⚠️ Breaking changes'
24- label : ' breaking-change'
25- change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
20+ - " feature"
21+ - " enhancement"
22+ - title : " Bug Fixes"
23+ labels : " bug"
24+ change-template : " - $TITLE @$AUTHOR (#$NUMBER)"
2625template : |
2726 ## Changes
2827
You can’t perform that action at this time.
0 commit comments