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-shared-resources.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bef268  Update tag template in release-drafter.yml
9bef268 is described below

commit 9bef26895c7fc54d783cabf2a815ea3b08015cb1
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Jul 17 19:11:33 2026 +0200

    Update tag template in release-drafter.yml
    
    What changed:
    - Changed tag-template from 'maven-shared-resources-$NEXT_MAJOR_VERSION' to 
'maven-shared-resources-$RESOLVED_VERSION'.
    
    Why:
    - To ensure the tag reflects the resolved version for better version 
management.
---
 .github/release-drafter.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 13ec353..6ea0b95 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -19,5 +19,4 @@
 
 _extends: maven-gh-actions-shared
 version-template: '$MAJOR'
-name-template: '$NEXT_MAJOR_VERSION'
-tag-template: 'maven-shared-resources-$NEXT_MAJOR_VERSION'
+tag-template: 'maven-shared-resources-$RESOLVED_VERSION'

Reply via email to