File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed
Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ categories:
1313 label : ' needs changelog edit'
1414 - title : ' Breaking Changes'
1515 label : ' breaking'
16- - title : ' Features'
16+ - title : ' New Features'
1717 label : ' feature'
1818 - title : ' Bug Fixes'
19- label : ' bugfix'
19+ label : ' bug'
20+ - title : ' Documentation'
21+ label : ' documentation'
2022 - title : ' Other'
2123 label : ' other'
2224exclude-labels :
@@ -30,23 +32,29 @@ version-resolver:
3032 - ' feature'
3133 patch :
3234 labels :
33- - ' bugfix'
35+ - ' bug'
36+ - ' documentation'
3437 - ' other'
3538 default : ' patch'
3639autolabeler :
3740 - label : ' feature'
3841 branch :
39- - ' /feature /i'
42+ - ' /\bfeature\b /i'
4043 title :
41- - ' /feature /i'
42- - label : ' bugfix '
44+ - ' /\bfeature\b /i'
45+ - label : ' bug '
4346 branch :
44- - ' /fix/i'
47+ - ' /\b(bug|bugfix| fix)\b /i'
4548 title :
46- - ' /fix/i'
49+ - ' /\b(bug|bugfix|fix)\b/i'
50+ - label : ' documentation'
51+ branch :
52+ - ' /\b(documentation|docs)\b/i'
53+ title :
54+ - ' /\b(documentation|docs)\b/i'
4755 - label : ' other'
4856 branch :
49- - ' /^other/i'
57+ - ' /^other\b /i'
5058 - label : ' breaking'
5159 branch :
5260 - ' /^breaking-/i'
You can’t perform that action at this time.
0 commit comments