Skip to content

Commit

Permalink
Merge pull request #178 from playframework/improve_drafter_template
Browse files Browse the repository at this point in the history
Categorize of drafter template
  • Loading branch information
ihostage authored May 25, 2020
2 parents 24de8eb + 3ededd1 commit 2c7f407
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
# Config for https://github.com/toolmantim/release-drafter
# Config for https://github.com/release-drafter/release-drafter
name-template: 'Play SOAP $NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'

change-template: '- $TITLE #$NUMBER by [@$AUTHOR](https://github.com/$AUTHOR)'
categories:
- title: ':rocket: Features'
labels:
- 'enhancement'
- title: ':bug: Bug Fixes'
labels:
- 'bug'
- title: ':toolbox: Maintenance'
labels:
- 'maintenance'
- title: ':dart: Dependencies'
labels:
- 'dependencies'

template: |
## Changes
# :mega: Play SOAP $NEXT_PATCH_VERSION released!
We are pleased to announce the release of SOAP module for [Play](https://playframework.org/) framework.
## :green_book: What’s Changed
$CHANGES
## :bow: Credits
Thank you @scala-steward for the actual versions of dependencies :heart:
Special thanks to the following contributors who helped with this release: $CONTRIBUTORS

0 comments on commit 2c7f407

Please sign in to comment.