Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Create release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored Nov 19, 2020
1 parent 946dbdd commit 5daaf58
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
categories:
- title: "Breaking Changes"
labels:
- "breaking change"
- title: "Features"
labels:
- "enhancement"
- title: "Bug Fixes"
labels:
- "bug"
- title: "Maintenance"
labels:
- "ci/cd"
- "dependencies"
- "documentation"
- "maintenance"
- "tooling"
change-template: "- $TITLE (#$NUMBER)"
name-template: "$NEXT_PATCH_VERSION"
tag-template: "$NEXT_PATCH_VERSION"
template: |
$CHANGES

0 comments on commit 5daaf58

Please sign in to comment.