Create release-drafter.yml

This commit is contained in:
Joakim Nylén 2020-07-18 12:43:09 +02:00 committed by GitHub
parent 340f2ce237
commit b4266291ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,22 @@
name-template: 'v$NEXT_PATCH_VERSION 🌈'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- 'new importer'
- 'new channel'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'dependencies'
- 'documentation'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES