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 0f2995f commit 019bc12Copy full SHA for 019bc12
.github/release-drafter.yml
@@ -5,11 +5,18 @@ categories:
5
- title: '🚀 Features'
6
labels:
7
- 'feature'
8
+ - 'enhancement'
9
+ - title: '⚠️ Breaking Changes'
10
+ labels:
11
+ - 'breaking'
12
- title: '🐛 Bug Fixes'
13
14
- 'fix'
15
- 'bugfix'
16
- 'bug'
17
+ - title: '🧰 Maintenance'
18
19
+ - 'chore'
20
- title: '⬆️ Dependency upgrades'
21
22
- 'bump'
0 commit comments