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.
2 parents c4f8e24 + 072c7d8 commit a317d6aCopy full SHA for a317d6a
.github/release-drafter.yml
@@ -5,13 +5,23 @@ categories:
5
labels:
6
- 'feature'
7
- 'enhancement'
8
+ - title: '💣 Breaking Change'
9
+ label:
10
+ - 'breakingchange'
11
+ - 'breaking'
12
- title: '🐛 Bug Fixes'
13
14
- 'fix'
15
- 'bugfix'
16
- 'bug'
- - title: '🧰 Maintenance'
- label: 'chore'
17
+ - title: '📝 Documentation'
18
19
+ - 'doc'
20
+ - 'documentation'
21
+ - title: '🔨 Maintenance'
22
23
+ - 'chore'
24
+ - 'maintenance'
25
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
26
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
27
version-resolver:
@@ -28,4 +38,4 @@ version-resolver:
28
38
template: |
29
39
## Changes
30
40
31
- $CHANGES
41
+ $CHANGES
0 commit comments