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-source-plugin.git


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

commit 6a9c443d2c65d1c0d7f3896e060148114b8d4f5f
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Nov 29 16:43:39 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..88eda10 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-source-plugin-$RESOLVED_VERSION
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index eaea796..f6961fd 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-source-plugin-$RESOLVED_VERSION
 
 include-pre-releases: true
 prerelease: true

Reply via email to