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

slawekjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 812fc84  Use RESOLVED_VERSION in templates for release-drafter
812fc84 is described below

commit 812fc84c19266bc5785f5aa9d2ae3e5b4d55cb24
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Jul 18 09:11:47 2026 +0200

    Use RESOLVED_VERSION in templates for release-drafter
---
 .github/release-drafter.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index aba5f21..29aca40 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -19,5 +19,5 @@
 
 _extends: maven-gh-actions-shared
 version-template: '$MAJOR'
-name-template: 'Apache Parent POM version $NEXT_MAJOR_VERSION'
-tag-template: 'apache-$NEXT_MAJOR_VERSION'
+name-template: 'Apache Parent POM version $RESOLVED_VERSION'
+tag-template: 'apache-$RESOLVED_VERSION'

Reply via email to