diff --git a/.github/release.yaml b/.github/release.yaml deleted file mode 100644 index 0f4884c944..0000000000 --- a/.github/release.yaml +++ /dev/null @@ -1,18 +0,0 @@ -changelog: - exclude: - labels: - - ignore-for-release - authors: - - dependabot - categories: - - title: Breaking Changes 🛠 - labels: - - semver-major - - breaking-change - - title: New Features 🎉 - labels: - - semver-minor - - enhancement - - title: Other Changes - labels: - - '*'