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 80a7378 commit 63dba0cCopy full SHA for 63dba0c
.github/release-drafter.yml
@@ -14,6 +14,17 @@ categories:
14
label: 'chore'
15
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
16
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
17
+autolabeler:
18
+ - label: 'chore'
19
+ files:
20
+ - '*.md'
21
+ - '.github/*'
22
+ - label: 'bug'
23
+ title:
24
+ - '/fix/i'
25
+ - label: 'enhancement'
26
+ branch:
27
+ - '/feature\/.+/'
28
version-resolver:
29
major:
30
labels:
@@ -28,4 +39,6 @@ version-resolver:
39
template: |
40
## Changes
41
31
- $CHANGES
42
+ $CHANGES
43
+
44
+ **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
0 commit comments