diff --git a/.github/release.yml b/.github/release.yml deleted file mode 100644 index 5aca4c3..0000000 --- a/.github/release.yml +++ /dev/null @@ -1,30 +0,0 @@ -#### -## This is managed via terraform. Any changes to this file may be overridden by our automation -#### - -changelog: - exclude: - labels: - - 'ignore' - authors: - - 'glueops-terraform-svc-account' - categories: - - title: Breaking Changes 🛠 - labels: - - 'major' - - 'breaking-change' - - title: Enhancements 🎉 - labels: - - 'minor' - - 'enhancement' - - 'new-feature' - - title: Other 🐛 - labels: - - 'auto-update' - - 'patch' - - 'fix' - - 'bugfix' - - 'bug' - - 'hotfix' - - 'dependencies' - - 'include-in-release-notes'