From bc7f326512091ecf12d3c9dcc1d2f1c52080dd05 Mon Sep 17 00:00:00 2001 From: Shinya Ohyanagi Date: Sun, 13 Oct 2019 20:58:23 +0900 Subject: [PATCH] Feature/release drafter (#19) * Add release-drafter * Fix move to proper path --- .github/release-drafter.yml | 7 +++++++ 1 file changed, 7 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..5ced0ae --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,7 @@ +name-template: '$NEXT_PATCH_VERSION' +tag-template: '$NEXT_PATCH_VERSION' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +template: | + ## Changes + + $CHANGES