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: ''