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 4c88a7f commit 94674f4Copy full SHA for 94674f4
.github/RELEASE_DRAFTER.yml
@@ -14,6 +14,19 @@ categories:
14
label: 'documentation'
15
- title: 'CI'
16
label: 'ci'
17
+version-resolver:
18
+ major:
19
+ labels:
20
+ - 'major'
21
+ minor:
22
23
+ - 'enhancement'
24
+ - 'feature'
25
+ patch:
26
27
+ - 'ci'
28
+ - 'bug'
29
+ default: patch
30
change-template: '- $TITLE, by @$AUTHOR (#$NUMBER)'
31
template: |
32
# What's changed
0 commit comments