Skip to content

Commit

Permalink
Configure release drafter
Browse files Browse the repository at this point in the history
Signed-off-by: Gianluca Arbezzano <[email protected]>
  • Loading branch information
Gianluca Arbezzano committed Sep 4, 2019
1 parent 8c8ed2b commit b600df2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name-template: $NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_VERSION
template: |
# What's Changed
$CHANGES
categories:
- title: 🚀 Features
label: type/feature
- title: BC Break
label: type/bug
- title: 🐛 Bug Fixes
label: type/bug
- title: 📖 Documentation
label: type/docs
- title: 🧹 Housekeeping
labels:
- type/housekeeping
- type/test-improvement
- title: 📦 Dependency updates
label: dependencies

0 comments on commit b600df2

Please sign in to comment.