Skip to content

Commit a385650

Browse files
authored
Update release-drafter.yml
1 parent 5aaef87 commit a385650

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

.github/release-drafter.yml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,19 @@
1-
name-template: 'next version'
1+
name-template: 'Next Version'
22
tag-template: '$NEXT_PATCH_VERSION'
33
categories:
44
- title: '⚠️ Breaking Changes'
55
labels:
6-
- 'feat!:'
7-
- 'feat!('
6+
- 'feat!'
87
- title: '🚀 New Features'
98
labels:
10-
- 'feat:'
11-
- 'feat('
9+
- 'feat'
1210
- title: '🐛 Bug Fixes'
1311
labels:
14-
- 'fix:'
15-
- 'fix('
12+
- 'fix'
1613
- title: '🧰 Maintenance'
1714
labels:
18-
- 'refactor:'
19-
- 'refactor('
20-
- 'docs:'
21-
- 'docs('
22-
exclude-labels:
23-
- 'chore:'
24-
- 'chore('
25-
- 'test:'
26-
- 'test('
27-
- 'style:'
28-
- 'style('
29-
- 'cosm:'
30-
- 'cosm('
31-
- 'build:'
32-
- 'build('
15+
- 'refactor'
16+
- 'docs'
3317
change-template: '* $TITLE (#$NUMBER)'
3418
template: |
3519
$CHANGES

0 commit comments

Comments
 (0)