Skip to content

Commit 0793af1

Browse files
committed
update release-drafter config
1 parent 16c675e commit 0793af1

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.github/release-drafter.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff 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'
2224
exclude-labels:
@@ -30,23 +32,29 @@ version-resolver:
3032
- 'feature'
3133
patch:
3234
labels:
33-
- 'bugfix'
35+
- 'bug'
36+
- 'documentation'
3437
- 'other'
3538
default: 'patch'
3639
autolabeler:
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'

0 commit comments

Comments
 (0)