Skip to content

Commit

Permalink
chore: introduce release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Sep 7, 2019
1 parent 30cefab commit 7670577
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'
categories:
- title: '🚀 Implemented enhancements'
labels:
- 'enhancement'
- title: '🐛 Fixed bugs'
labels:
- 'bug'
- title: '🔧 Maintenance'
labels:
- 'chore'
- 'task'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
[Full Changelog](https://github.com/spotbugs/sonar-findbugs/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION)
## Release Note
$CHANGES

0 comments on commit 7670577

Please sign in to comment.