We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaef87 commit a385650Copy full SHA for a385650
.github/release-drafter.yml
@@ -1,35 +1,19 @@
1
-name-template: 'next version'
+name-template: 'Next Version'
2
tag-template: '$NEXT_PATCH_VERSION'
3
categories:
4
- title: '⚠️ Breaking Changes'
5
labels:
6
- - 'feat!:'
7
- - 'feat!('
+ - 'feat!'
8
- title: '🚀 New Features'
9
10
- - 'feat:'
11
- - 'feat('
+ - 'feat'
12
- title: '🐛 Bug Fixes'
13
14
- - 'fix:'
15
- - 'fix('
+ - 'fix'
16
- title: '🧰 Maintenance'
17
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('
+ - 'refactor'
+ - 'docs'
33
change-template: '* $TITLE (#$NUMBER)'
34
template: |
35
$CHANGES
0 commit comments