diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 58768d1..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,38 +0,0 @@ -name-template: '$RESOLVED_VERSION' -tag-template: '$RESOLVED_VERSION' -categories: - - title: '🚀 Features' - collapse-after: 5 - labels: - - 'feature' - - 'enhancement' - - title: '🐛 Bug Fixes' - collapse-after: 5 - labels: - - 'fix' - - 'bugfix' - - 'bug' - - title: '🧰 Maintenance' - collapse-after: 5 - labels: - - 'chore' - - 'wip' -exclude-labels: - - 'skip-release' -change-template: '- $TITLE (#$NUMBER)' -change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. -version-resolver: - major: - labels: - - 'major' - minor: - labels: - - 'minor' - patch: - labels: - - 'patch' - default: patch -template: | - ## Changes - - $CHANGES diff --git a/.github/workflows/.new-release.yml.swp b/.github/workflows/.new-release.yml.swp deleted file mode 100644 index f67440c..0000000 Binary files a/.github/workflows/.new-release.yml.swp and /dev/null differ