From 8c381dc744b06e1ad9e4af6d1e2d670399343e95 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 19 Aug 2026 20:25:27 +0200 Subject: [PATCH] Draft the version the labels imply, not always a patch --- .github/release-drafter.yml | 10 ++++++++++ 1 file changed, 10 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 0000000..4afe580 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,10 @@ +# Configuration for Release Drafter: https://github.com/release-drafter/release-drafter +# Categories, labels and the version-resolver come from the shared org config. +_extends: .github + +# Tags here are prefixed, so 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 name. +tag-prefix: plexus-interactivity- +tag-template: plexus-interactivity-$RESOLVED_VERSION +name-template: $RESOLVED_VERSION