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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0b9bf16  Add tag-template to release-drafter configuration
0b9bf16 is described below

commit 0b9bf165015e3bed7ad783c24754d42ed20064ba
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Nov 9 19:07:45 2025 +0100

    Add tag-template to release-drafter configuration
---
 .github/release-drafter-3.x.yml | 1 +
 .github/release-drafter.yml     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/release-drafter-3.x.yml b/.github/release-drafter-3.x.yml
index 7438f11..906cc3f 100644
--- a/.github/release-drafter-3.x.yml
+++ b/.github/release-drafter-3.x.yml
@@ -16,3 +16,4 @@
 # under the License.
 
 _extends: maven-gh-actions-shared:.github/release-drafter.yml
+tag-template: maven-jar-plugin-$RESOLVED_VERSION
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 6d3b73c..31461bb 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -16,6 +16,7 @@
 # under the License.
 
 _extends: maven-gh-actions-shared
+tag-template: maven-jar-plugin-$RESOLVED_VERSION
 
 include-pre-releases: true
 prerelease: true

Reply via email to