Skip to content

Commit

Permalink
Merge pull request #16 from say8425/devops/change-template
Browse files Browse the repository at this point in the history
Change drafter template
  • Loading branch information
say8425 authored Dec 13, 2019
2 parents e0cb133 + b058230 commit d08618a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name-template: 'v$NEXT_PATCH_VERSION 🌈'
name-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
- title: 'Features'
labels:
- 'feature'
- title: '🛠 Fixes'
- title: 'Fixes'
labels:
- 'fix'
- 'bug'
- title: '🧰 Maintenance'
- title: 'Maintenance'
labels:
- 'documentation'
- 'security'
- 'devops'
change-template: '- $TITLE (#$NUMBER) @$AUTHOR '
template: |
## Changes
$CHANGES

0 comments on commit d08618a

Please sign in to comment.