From c17e1e40bc56f3f34ddc15cda7090faad08190d6 Mon Sep 17 00:00:00 2001 From: exoego Date: Fri, 4 Oct 2019 12:30:56 +0900 Subject: [PATCH] Update release note template --- .github/release-drafter.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 27bcee3fb..009138d67 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,4 +1,27 @@ +name-template: 'v$NEXT_PATCH_VERSION 🌈' +tag-template: 'v$NEXT_PATCH_VERSION' +categories: + - title: 'πŸš€ Features' + labels: + - 'feature' + - 'enhancement' + - title: 'πŸ› Bug Fixes' + labels: + - 'fix' + - 'bugfix' + - 'bug' + - title: 'πŸ‘‹ deprecation' + labels: + - 'deprecation' + - title: 'πŸ“š Docs' + labels: + - 'docs' + - title: '🧰 Maintenance' + labels: + - 'chore' + - 'internal' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' template: | - ## What’s Changed + ## Changes $CHANGES