Skip to content

Commit

Permalink
chore: Add release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Mar 15, 2020
1 parent 2e1d163 commit 4a52224
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name-template: Release v$NEXT_MINOR_VERSION 🌈
tag-template: v$NEXT_MINOR_VERSION
categories:
- title: 🚀 Features
label: feature
- title: 🐛 Bug Fixes
label: fix
- title: 🧰 Maintenance
label: chore
- title: 🕮 Documentation
label: docs
- title: ⚙ Dependencies and Libraries
label: dependencies
change-template: '- $TITLE (#$NUMBER) - @$AUTHOR'
template: |
## Changes
$CHANGES
## Contributors
Thanks a lot to our contributors for making this release possible:
$CONTRIBUTORS

0 comments on commit 4a52224

Please sign in to comment.