Skip to content

Commit

Permalink
feat: use release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbellchambers authored Feb 7, 2021
1 parent 1383cc4 commit dd232c8
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features and Improvements'
labels:
- 'feature'
- 'improvement'
- 'enhancement'
- 'feat'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- 'fix'
- 'bugfix'
- title: '🧰 Maintenance'
labels:
- 'maintenance'
- 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
minor:
labels:
- 'feature'
- 'improvement'
- 'enhancement'
- 'feat'
patch:
labels:
- 'bug'
- 'fix'
- 'bugfix'
- 'maintenance'
- 'chore'
exclude-labels:
- 'skip-changelog'
template: |
## What’s Changed
$CHANGES

0 comments on commit dd232c8

Please sign in to comment.