create changelog template

This commit is contained in:
Jacob Bolda
2019-12-22 16:44:34 -06:00
committed by GitHub
parent d17e0609e6
commit 0c925e9a38

21
.github/release-drafter.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_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
Thanks to our contributions from $CONTRIBUTORS.