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:
13
13
label : ' needs changelog edit'
14
14
- title : ' Breaking Changes'
15
15
label : ' breaking'
16
- - title : ' Features'
16
+ - title : ' New Features'
17
17
label : ' feature'
18
18
- title : ' Bug Fixes'
19
- label : ' bugfix'
19
+ label : ' bug'
20
+ - title : ' Documentation'
21
+ label : ' documentation'
20
22
- title : ' Other'
21
23
label : ' other'
22
24
exclude-labels :
@@ -30,23 +32,29 @@ version-resolver:
30
32
- ' feature'
31
33
patch :
32
34
labels :
33
- - ' bugfix'
35
+ - ' bug'
36
+ - ' documentation'
34
37
- ' other'
35
38
default : ' patch'
36
39
autolabeler :
37
40
- label : ' feature'
38
41
branch :
39
- - ' /feature /i'
42
+ - ' /\bfeature\b /i'
40
43
title :
41
- - ' /feature /i'
42
- - label : ' bugfix '
44
+ - ' /\bfeature\b /i'
45
+ - label : ' bug '
43
46
branch :
44
- - ' /fix/i'
47
+ - ' /\b(bug|bugfix| fix)\b /i'
45
48
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'
47
55
- label : ' other'
48
56
branch :
49
- - ' /^other/i'
57
+ - ' /^other\b /i'
50
58
- label : ' breaking'
51
59
branch :
52
60
- ' /^breaking-/i'
You can’t perform that action at this time.
0 commit comments