File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -9,29 +9,31 @@ change-template: '- $TITLE by @$AUTHOR in #$NUMBER'
99categories :
1010 - title : ' 💥 Breaking Changes'
1111 labels :
12- - ' changelog: breaking' # When a breaking change is introduced
12+ - ' breaking' # When a breaking change is introduced
1313 - title : ' ✨ Features'
1414 labels :
15- - ' changelog: feature' # When a new feature is introduced
16- - ' changelog: enhancement' # When an existing feature is improved
15+ - ' feature' # When a new feature is introduced
16+ - ' enhancement' # When an existing feature is improved
1717 - title : ' 🐛 Bug Fixes'
1818 labels :
19- - ' changelog:fix' # When a bug is fixed
19+ - ' bug' # When a bug is fixed
20+ - ' fix' # When a bug is fixed
2021 - title : ' 📝 Documentation'
2122 labels :
22- - ' changelog:docs ' # When documentation is updated
23+ - ' documentation ' # When documentation is updated
2324 - title : ' 🧰 Maintenance'
2425 labels :
25- - ' changelog: chore' # When a chore is done
26- - ' changelog: ci' # When CI is updated
27- - ' changelog: dependencies' # When dependencies are updated
26+ - ' chore' # When a chore is done
27+ - ' ci' # When CI is updated
28+ - ' dependencies' # When dependencies are updated
2829exclude-labels :
2930 - ' changelog:skip' # When a PR should be excluded from the changelog
3031version-resolver :
3132 major :
3233 labels :
33- - ' changelog: breaking'
34+ - ' breaking'
3435 minor :
3536 labels :
36- - ' changelog:feature'
37+ - ' feature'
38+ - ' enhancement'
3739 default : patch
You can’t perform that action at this time.
0 commit comments