From 330782b1dbd98e7cf76d5c2df20a8fd466bb38c2 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 25 Sep 2025 19:49:19 +0200 Subject: [PATCH] release drafter dev --- .github/release-drafter-stable.yml | 54 ------------------- ...se-drafter-dev.yml => release-drafter.yml} | 0 2 files changed, 54 deletions(-) delete mode 100644 .github/release-drafter-stable.yml rename .github/{release-drafter-dev.yml => release-drafter.yml} (100%) 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-dev.yml b/.github/release-drafter.yml similarity index 100% rename from .github/release-drafter-dev.yml rename to .github/release-drafter.yml -- 2.34.1