This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 9c1d337ad Fix tag-template in release-drafter config (#3311)
9c1d337ad is described below
commit 9c1d337ad902809598574efe9272340b31633424
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Mar 8 01:05:39 2026 +0100
Fix tag-template in release-drafter config (#3311)
We have configured release plugin with
`<tagNameFormat>surefire-@{project.version}</tagNameFormat>`
so we should be consistency here, in other case different tag will be
proposed by release-drafter
---
.github/release-drafter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 397c693bd..4ff4800e6 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -16,4 +16,4 @@
# under the License.
_extends: maven-gh-actions-shared
-tag-template: maven-surefire-$RESOLVED_VERSION
+tag-template: surefire-$RESOLVED_VERSION