Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #64 from biotaphy/version-2.0.0
Browse files Browse the repository at this point in the history
Simplify release drafter config to bare bones
  • Loading branch information
cjgrady committed Oct 29, 2019
2 parents 2f9db43 + 33de0af commit 6ec4510
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
label: 'enhancement'
- title: ':beetle: Bug Fixes'
label: 'bug'
- title: ':page_facing_up: Documentation'
label: 'documentation'
tag-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes since $PREVIOUS_TAG
## What’s Changed
$CHANGES
## Contributors
$CONTRIBUTORS

0 comments on commit 6ec4510

Please sign in to comment.