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 f490cca commit 5b62ddbCopy full SHA for 5b62ddb
.github/release-drafter.yml
@@ -21,21 +21,26 @@ template: |
21
22
$CHANGES
23
24
+change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
25
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
26
version-resolver:
27
major:
28
labels:
- - 'major'
29
+ - 'release:major'
30
+ - 'major' # major in pr title
31
minor:
32
33
+ - 'release:minor'
34
- 'minor'
35
patch:
36
37
+ - 'release:patch'
38
- 'patch'
39
- 'fix'
40
- 'documentation'
41
- 'chore'
42
default: patch
43
44
exclude-labels:
- - 'skip-changelog'
45
+ - 'skip-changelog'
46
+ - 'release:none'
0 commit comments