Create release-drafter.yml

This commit is contained in:
Mark Otto 2020-03-25 16:05:48 -07:00 committed by GitHub
parent 0ed53ff15b
commit 2add57eeff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

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

@ -0,0 +1,28 @@
name-template: 'v$NEXT_PATCH_VERSION 🌈'
tag-template: 'v$NEXT_PATCH_VERSION'
prerelease: true
exclude-labels:
- 'skip-changelog'
categories:
- title: '🚀 Features'
labels:
- 'new-feature'
- 'feature'
- 'enhancement'
- title: '🐛 Bug fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '📖 Docs'
labels:
- 'docs'
- title: '📦 Dependencies'
labels:
- 'dependencies'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '- #$NUMBER: $TITLE'
template: |
## Changes
$CHANGES