Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 18, 2022
1 parent 80a7378 commit 63dba0c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ categories:
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
autolabeler:
- label: 'chore'
files:
- '*.md'
- '.github/*'
- label: 'bug'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feature\/.+/'
version-resolver:
major:
labels:
Expand All @@ -28,4 +39,6 @@ version-resolver:
template: |
## Changes
$CHANGES
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

0 comments on commit 63dba0c

Please sign in to comment.