From 3ededd172d1c02b2bfe3c5114558ca64549b2bb9 Mon Sep 17 00:00:00 2001 From: Sergey Morgunov Date: Tue, 26 May 2020 02:18:00 +0300 Subject: [PATCH] Categorize of drafter template --- .github/release-drafter.yml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1594a657..d1a390b5 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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