From 4575a5ef991100f6533226f2ab36f8562cebc588 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 27 Mar 2026 12:02:32 +0100 Subject: [PATCH] Fix release-drafter config for v7 The _extends directive is not supported in release-drafter v7. Inline the org-level config with the repo-specific tag template. Co-Authored-By: Claude Opus 4.6 --- .github/release-drafter.yml | 61 ++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 5bec7cce..b86f7137 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,3 +1,62 @@ -_extends: .github name-template: $NEXT_PATCH_VERSION tag-template: plexus-utils-$NEXT_PATCH_VERSION +version-template: $MAJOR.$MINOR.$PATCH + +categories: + - title: ":boom: Breaking changes" + labels: + - breaking + - title: 🚨 Removed + label: removed + - title: ":tada: Major features and improvements" + labels: + - major-enhancement + - major-rfe + - title: 🐛 Major bug fixes + labels: + - major-bug + - title: ⚠️ Deprecated + label: deprecated + - title: 🚀 New features and improvements + labels: + - enhancement + - feature + - rfe + - title: 🐛 Bug Fixes + labels: + - bug + - fix + - bugfix + - regression + - title: ":construction_worker: Changes for plugin developers" + labels: + - developer + - title: 📝 Documentation updates + label: documentation + - title: 👻 Maintenance + labels: + - chore + - internal + - maintenance + - title: 🔧 Build + label: build + - title: 🚦 Tests + labels: + - test + - tests + - title: 📦 Dependency updates + label: + - dependencies + - dependency + - dependency-upgrade +exclude-labels: + - reverted + - no-changelog + - skip-changelog + - invalid + +change-template: '- $TITLE ([#$NUMBER]($URL)) @$AUTHOR' + +template: | + + $CHANGES