File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
generate/templates/.github Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1- name-template : ' v$RESOLVED_VERSION 🌈'
1+ name-template : ' v$RESOLVED_VERSION 🌈'
22tag-template : ' v$RESOLVED_VERSION'
33categories :
44 - title : ' 🚀 Features'
55 labels :
66 - ' feature'
77 - ' enhancement'
8+ - ' change'
89 - title : ' 🐛 Bug Fixes'
910 labels :
1011 - ' fix'
11- - ' bugfix'
1212 - ' bug'
1313 - title : ' 🖊️ Refactors'
1414 labels :
@@ -26,23 +26,21 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2626version-resolver :
2727 major :
2828 labels :
29- # - 'major'
3029 - ' breaking'
3130 minor :
3231 labels :
33- # - 'minor'
3432 - ' feature'
3533 - ' enhancement'
34+ - ' change'
3635 - ' refactor'
3736 patch :
3837 labels :
39- # - 'patch'
4038 - ' fix'
41- - ' bugfix'
4239 - ' bug'
4340 - ' style'
4441 - ' docs'
4542 - ' documentation'
43+ - ' chore'
4644 default : patch
4745sort-by : title
4846template : |
Original file line number Diff line number Diff line change 11@'
2- name-template: 'v$RESOLVED_VERSION 🌈'
2+ name-template: 'v$RESOLVED_VERSION 🌈'
33tag-template: 'v$RESOLVED_VERSION'
44categories:
55 - title: '🚀 Features'
66 labels:
77 - 'feature'
88 - 'enhancement'
9+ - 'change'
910 - title: '🐛 Bug Fixes'
1011 labels:
1112 - 'fix'
12- - 'bugfix'
1313 - 'bug'
1414 - title: '🖊️ Refactors'
1515 labels:
@@ -27,23 +27,21 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2727version-resolver:
2828 major:
2929 labels:
30- # - 'major'
3130 - 'breaking'
3231 minor:
3332 labels:
34- # - 'minor'
3533 - 'feature'
3634 - 'enhancement'
35+ - 'change'
3736 - 'refactor'
3837 patch:
3938 labels:
40- # - 'patch'
4139 - 'fix'
42- - 'bugfix'
4340 - 'bug'
4441 - 'style'
4542 - 'docs'
4643 - 'documentation'
44+ - 'chore'
4745 default: patch
4846sort-by: title
4947template: |
You can’t perform that action at this time.
0 commit comments