Skip to content

Commit

Permalink
Create release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth authored Oct 13, 2020
1 parent 5caccde commit 90c1e5a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name-template: $NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_VERSION
template: |
# What's Changed
$CHANGES
categories:
- title: ⚠️ Breaking API changes
label: type/breaking-api-change
- title: 🚀 Features & Enhancements
labels:
- type/feature
- type/enhancement
- title: ☠️ Deprecations
label: type/deprecation
- 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 90c1e5a

Please sign in to comment.