diff --git a/.github/release.yaml b/.github/release.yaml index 5355524007e..345e2656e56 100644 --- a/.github/release.yaml +++ b/.github/release.yaml @@ -4,15 +4,19 @@ changelog: exclude: labels: - no-changelog - authors: - - dependabot[bot] categories: - title: Bugfixes labels: - bug - title: New Features & Improvements labels: - - "*" + - enhancement + - title: Dependencies + labels: + - dependencies - title: Documentation labels: - - documentation \ No newline at end of file + - documentation + - title: Other Changes + labels: + - "*"