Skip to content

Commit 63dba0c

Browse files
committed
Update release-drafter.yml
1 parent 80a7378 commit 63dba0c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/release-drafter.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ categories:
1414
label: 'chore'
1515
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1616
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\/.+/'
1728
version-resolver:
1829
major:
1930
labels:
@@ -28,4 +39,6 @@ version-resolver:
2839
template: |
2940
## Changes
3041
31-
$CHANGES
42+
$CHANGES
43+
44+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

0 commit comments

Comments
 (0)