From: Marcel van der Veldt Date: Fri, 3 Oct 2025 10:49:23 +0000 (+0200) Subject: Refactor release drafter configuration X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1c39f9c46484111990a6ca03e8d356f5d5ef4a2c;p=music-assistant-server.git Refactor release drafter configuration --- diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 58cfd7b0..cf9ed31f 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,55 +1,45 @@ -name-template: '$RESOLVED_VERSION' -tag-template: '$RESOLVED_VERSION' -version-template: "$MAJOR.$MINOR.0.b$PATCH" -change-template: '- #$NUMBER - $TITLE (@$AUTHOR)' -latest: 'false' +change-template: '- $TITLE (by @$AUTHOR in #$NUMBER)' prerelease: true +prerelease-identifier: 'b' +include-pre-releases: true categories: - title: "⚠ Breaking Changes" labels: - 'breaking-change' - - title: "🐛 Bugfixes" + - title: "🚀 New Providers" labels: - - 'bugfix' + - 'new-provider' - title: "🚀 Features" labels: - 'feature' - 'enhancement' - 'new-feature' - - 'new-provider' - - title: '🧰 Maintenance' + - title: "🐛 Bugfixes" + labels: + - 'bugfix' + + - title: '🧰 Maintenance and dependency bumps' + collapse-after: 3 labels: - 'ci' - 'documentation' - 'maintenance' - - - title: '⬆️ Dependencies' - collapse-after: 1 - labels: - 'dependencies' template: | + $CHANGES + + ## :bow: Thanks to our contributors Special thanks to the following contributors who helped with this release: $CONTRIBUTORS - ## Full Changelog - $CHANGES -version-resolver: - major: - labels: - - 'breaking-change' - minor: - labels: - - 'new-feature' - - 'new-provider' - default: patch