From accaada871446ca69c112aa0f3a640fda556e705 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 19 Aug 2026 20:26:02 +0200 Subject: [PATCH] Draft the version the labels imply, not always a patch --- .github/release-drafter.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d107c0ce..1991b54b 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,2 +1,7 @@ _extends: .github:/.github/release-drafter.yml + +# tag-prefix is what lets the drafter parse the version out of the last tag. +# Without it the drafter reads what it can from the tag string, and plexus-i18n +# once drafted 18.0.1 by finding the 18 in its own name. +tag-prefix: plexus-classworlds- tag-template: plexus-classworlds-$RESOLVED_VERSION