From 1597151d2027b679a289b22b7a3e82039f494b1f Mon Sep 17 00:00:00 2001 From: linwaiwai Date: Tue, 3 Nov 2020 18:46:13 +0800 Subject: [PATCH] add release-drafter.yml for draft --- .github/release-drafter.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..285d7c7 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,20 @@ +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: 'Maintenance' + labels: + - 'chore' + - 'documentation' +change-template: '- $TITLE (#$NUMBER) @$AUTHOR' +template: | + # Changes + $CHANGES