From d76624b24156037cf55d4afd9d047ec2c5ca8faa Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 29 May 2025 12:43:15 +0200 Subject: [PATCH] Update release default lables We use the same config in our other Vox Pupuli projects. For example https://github.com/voxpupuli/modulesync_config/blob/master/.github/release.yml --- .github/release.yml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) 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: + - "*"