Skip to content

Commit

Permalink
Added release-drafter.yml second draft
Browse files Browse the repository at this point in the history
  • Loading branch information
vslee committed Jul 10, 2019
1 parent 1329f6c commit e9687d9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/release-drafter.yml
@@ -0,0 +1,19 @@
name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES

0 comments on commit e9687d9

Please sign in to comment.