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 ddb0149 commit 29cbcf9Copy full SHA for 29cbcf9
.github/release-drafter.yml
@@ -13,6 +13,10 @@ categories:
13
- title: '📖 Documentation'
14
labels:
15
- 'Documentation'
16
+ - title: '🔨 Maintenance'
17
+ labels:
18
+ - 'chore'
19
+ - 'Cleanup'
20
- title: '↗️ Dependencies'
21
22
- 'dependencies'
@@ -25,10 +29,15 @@ version-resolver:
25
29
minor:
26
30
27
31
- 'minor'
32
+ - 'enhancement'
33
+ - 'new feature'
28
34
patch:
35
36
- 'patch'
- default: patch
37
+ - 'fix'
38
+ - 'bugfix'
39
+ - 'bug'
40
+ default: minor
41
template: |
42
## Changes
43
0 commit comments