File tree Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,24 @@ tag-template: 'v$RESOLVED_VERSION'
33
44
55categories :
6- - title : ' 💥 Breaking Changes'
7- labels :
8- - breaking-change
9- - title : ' 🚀 New Features'
10- labels :
11- - feature
12- - enhancement
13- - title : ' 🐞 Bug Fixes'
14- labels :
15- - bug
16- - fix
17- - bugfix
18- - title : ' ⚙️ Technical Debt'
19- labels :
20- - refactor
21- - title : ' 📝 Documentation'
22- labels :
23- - documentation
6+ - title : ' 💥 Breaking Changes'
7+ labels :
8+ - breaking-change
9+ - title : ' 🚀 New Features'
10+ labels :
11+ - feature
12+ - enhancement
13+ - title : ' 🐞 Bug Fixes'
14+ labels :
15+ - bug
16+ - fix
17+ - bugfix
18+ - title : ' ⚙️ Technical Debt'
19+ labels :
20+ - refactor
21+ - title : ' 📝 Documentation'
22+ labels :
23+ - documentation
2424
2525change-template : ' - $TITLE (#$NUMBER) by @$AUTHOR'
2626no-changes-template : ' No significant changes'
@@ -36,12 +36,11 @@ template: |
3636version-resolver :
3737 major :
3838 labels :
39- - major
39+ - major
4040 minor :
4141 labels :
42- - minor
42+ - minor
4343 patch :
4444 labels :
45- - patch
45+ - patch
4646 default : patch
47-
You can’t perform that action at this time.
0 commit comments