From 998e213b06a8e4fbad17a7c858e4120a9826d88c Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Sun, 16 Aug 2020 12:30:59 +0000 Subject: [PATCH] chore: remove unused file --- .github/release-drafter.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 5a8946e..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,19 +0,0 @@ -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' - label: 'chore' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' -template: | - ## Changes - - $CHANGES