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


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

commit c9779d765e66a21cc066a5cbab5868b01038f177
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Dec 1 18:44:05 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 f0a47cb..01e7dc9 100644
--- a/.github/release-drafter-3.x.yml
+++ b/.github/release-drafter-3.x.yml
@@ -18,3 +18,4 @@
 # under the License.
 
 _extends: maven-gh-actions-shared:.github/release-drafter.yml
+tag-template: maven-resources-plugin-$RESOLVED_VERSION
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 5c72f93..0c78d88 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -18,6 +18,7 @@
 # under the License.
 
 _extends: maven-gh-actions-shared
+tag-template: maven-resources-plugin-$RESOLVED_VERSION
 
 include-pre-releases: true
 prerelease: true

Reply via email to