This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch rd-extends-fix
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit 4ee4f50070f1cd99d88301812c2b778600fc5f51
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Mar 31 22:14:17 2026 +0200

    fix _extends pth in release-drafter
---
 .github/release-drafter.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 7afb377..1d24f2b 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -15,6 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-_extends: maven-gh-actions-shared
-# Template is individual, because only major and minor version are used
-tag-template: maven-script-interpreter-$NEXT_MINOR_VERSION
+_extends: maven-gh-actions-shared:/.github/release-drafter.yml
+tag-template: maven-script-interpreter-$RESOLVED_VERSION

Reply via email to