From 40268929df1b4c0f16bdf371ad300171eff6df8c Mon Sep 17 00:00:00 2001 From: Dmitry Baev Date: Tue, 10 Jan 2023 17:03:18 +0700 Subject: [PATCH] Delete release-drafter.yml --- .github/release-drafter.yml | 23 ----------------------- 1 file changed, 23 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 f92d0f6..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,23 +0,0 @@ -name-template: '$NEXT_MINOR_VERSION' -tag-template: '$NEXT_MINOR_VERSION' -categories: - - title: '🚀 New Features' - labels: - - 'type:new feature' - - title: '🔬 Improvements' - labels: - - 'type:improvement' - - title: '🐞 Bug Fixes' - labels: - - 'type:bug' - - title: '⬆️ Dependency Updates' - labels: - - 'type:dependencies' - -change-template: '* $TITLE (via #$NUMBER) - @$AUTHOR' -exclude-labels: - - 'type:internal' -template: | - $CHANGES - ## 👀 Links - [Commits since $PREVIOUS_TAG](https://github.com/allure-framework/allure-php-commons/compare/$PREVIOUS_TAG...main)