Skip to content

Commit

Permalink
Initial configuration for Release Drafter (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
vslee authored Sep 5, 2019
1 parent f7d66db commit 2383b19
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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'
labels:
- 'chore'
- 'maintenance'
- 'test'
- 'tests'
- 'testing'
- title: '📃 Documentation'
labels:
- 'doc'
- 'docs'
- 'documentation'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES

0 comments on commit 2383b19

Please sign in to comment.