From: Marcel van der Veldt Date: Thu, 25 Sep 2025 17:49:19 +0000 (+0200) Subject: release drafter dev X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=330782b1dbd98e7cf76d5c2df20a8fd466bb38c2;p=music-assistant-server.git release drafter dev --- diff --git a/.github/release-drafter-dev.yml b/.github/release-drafter-dev.yml deleted file mode 100644 index 2fbaa174..00000000 --- a/.github/release-drafter-dev.yml +++ /dev/null @@ -1,55 +0,0 @@ -name-template: '$RESOLVED_VERSION' -tag-template: '$RESOLVED_VERSION' -change-template: '- #$NUMBER - $TITLE (@$AUTHOR)' -filter-by-commitish: true -commitish: dev -prerelease: true -categories: - - - title: "⚠ Breaking Changes" - labels: - - 'breaking-change' - - - title: "🐛 Bugfixes" - labels: - - 'bugfix' - - - title: "🚀 Features" - labels: - - 'feature' - - 'enhancement' - - 'new-feature' - - 'new-provider' - - - title: '🧰 Maintenance' - labels: - - 'ci' - - 'documentation' - - 'maintenance' - - - title: '⬆️ Dependencies' - collapse-after: 1 - labels: - - 'dependencies' - -template: | - - ## :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 diff --git a/.github/release-drafter-stable.yml b/.github/release-drafter-stable.yml deleted file mode 100644 index 112df7c7..00000000 --- a/.github/release-drafter-stable.yml +++ /dev/null @@ -1,54 +0,0 @@ -name-template: '$RESOLVED_VERSION' -tag-template: '$RESOLVED_VERSION' -change-template: '- #$NUMBER - $TITLE (@$AUTHOR)' -filter-by-commitish: true -commitish: stable -categories: - - - title: "⚠ Breaking Changes" - labels: - - 'breaking-change' - - - title: "🐛 Bugfixes" - labels: - - 'bugfix' - - - title: "🚀 Features" - labels: - - 'feature' - - 'enhancement' - - 'new-feature' - - 'new-provider' - - - title: '🧰 Maintenance' - labels: - - 'ci' - - 'documentation' - - 'maintenance' - - - title: '⬆️ Dependencies' - collapse-after: 1 - labels: - - 'dependencies' - -template: | - - ## :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 diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 00000000..2fbaa174 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,55 @@ +name-template: '$RESOLVED_VERSION' +tag-template: '$RESOLVED_VERSION' +change-template: '- #$NUMBER - $TITLE (@$AUTHOR)' +filter-by-commitish: true +commitish: dev +prerelease: true +categories: + + - title: "⚠ Breaking Changes" + labels: + - 'breaking-change' + + - title: "🐛 Bugfixes" + labels: + - 'bugfix' + + - title: "🚀 Features" + labels: + - 'feature' + - 'enhancement' + - 'new-feature' + - 'new-provider' + + - title: '🧰 Maintenance' + labels: + - 'ci' + - 'documentation' + - 'maintenance' + + - title: '⬆️ Dependencies' + collapse-after: 1 + labels: + - 'dependencies' + +template: | + + ## :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