File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
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 minor :
88 labels :
9- - ' breaking-change'
10- - ' enhancement'
11- - ' feature'
9+ - " breaking-change"
10+ - " enhancement"
11+ - " feature"
1212 default : patch
1313categories :
14- - title : ' Features'
14+ - title : " Features"
1515 labels :
16- - ' feature'
17- - ' enhancement'
18- - title : ' Bug Fixes'
16+ - " feature"
17+ - " enhancement"
18+ - title : " Bug Fixes"
1919 labels :
20- - ' bug-fix '
21- - title : ' ⚠️ Breaking changes'
22- label : ' breaking-change'
23- change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
20+ - " bug"
21+ - title : " ⚠️ Breaking changes"
22+ label : " breaking-change"
23+ change-template : " - $TITLE @$AUTHOR (#$NUMBER)"
2424template : |
2525 ## Changes
2626
You can’t perform that action at this time.
0 commit comments