diff --git a/.github/release.yml b/.github/release.yml index f3a3442876..d0bd3361b6 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,8 +1,40 @@ +--- +# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes + changelog: + exclude: + labels: + - duplicate + - invalid + - modulesync + - question + - skip-changelog + - wont-fix + - wontfix + - github_actions + categories: - - title: Features & Enhancements + - title: Breaking Changes 🛠 + labels: + - backwards-incompatible + + - title: New Features 🎉 labels: - enhancement - - title: Bug Fixes + + - title: Bug Fixes 🐛 labels: - bug + + - title: Documentation Updates 📚 + labels: + - documentation + - docs + + - title: Dependency Updates ⬆️ + labels: + - dependencies + + - title: Other Changes + labels: + - "*"