From 502cea991990ea1f03dbaafd724c0026511d70c3 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 27 Mar 2026 11:56:35 +0100 Subject: [PATCH] Restore release-drafter config with correct tag template The local config is needed to set the repo-specific tag-template (plexus-utils-$VERSION) since the org-level config cannot know the artifact name. Also fixes the previous template which incorrectly used $NEXT_MINOR_VERSION instead of $NEXT_PATCH_VERSION. Co-Authored-By: Claude Opus 4.6 --- .github/release-drafter.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 00000000..5bec7cce --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,3 @@ +_extends: .github +name-template: $NEXT_PATCH_VERSION +tag-template: plexus-utils-$NEXT_PATCH_VERSION