From 86c0b9f97da99d5a7d812b3b53df9dcfced5df1e Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 18 May 2021 23:12:33 +0200 Subject: [PATCH] organization wide release-drafter configuration --- .github/release-drafter.yml | 40 ------------------------------------- 1 file changed, 40 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 78e97bb6..00000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,40 +0,0 @@ -categories: - - - title: 'New features' - labels: - - 'enhancement' - - - title: 'Bug Fixes' - labels: - - 'bug' - - - title: 'Maintenance' - labels: - - 'code quality' - - 'documentation' - - - title: 'Dependency updates' - labels: - - 'dependencies' - -change-template: '- $TITLE #$NUMBER' - -sort-direction: 'ascending' - -template: | - # What's Changed - - $CHANGES - - # Thanks - Many thanks for collaboration on this release for: $CONTRIBUTORS - -replacers: - - search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g' - replace: '' - - - search: '/(?:and )?@dependabot(?:\[bot\])?,?/g' - replace: '' - - - search: '/(?:and )?GitHub Action(?:\[bot\])?,?/gi' - replace: ''