File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
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 :
7+ major :
8+ labesl :
9+ - " breaking_change"
710 minor :
811 labels :
9- - ' breaking-change'
10- - ' enhancement'
12+ - " enhancement"
1113 default : patch
1214categories :
13- - title : ' Features'
15+ - title : " Features"
1416 labels :
15- - ' enhancement'
16- - title : ' Bug Fixes'
17+ - " enhancement"
18+ - title : " Bug Fixes"
1719 labels :
18- - ' bug'
19- - title : ' ⚠️ Breaking changes'
20- label : ' breaking-change'
21- change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
20+ - " bug"
21+ - title : " ⚠️ Breaking changes"
22+ label : " breaking-change"
23+ change-template : " - $TITLE @$AUTHOR (#$NUMBER)"
2224template : |
2325 ## Changes
2426
You can’t perform that action at this time.
0 commit comments