This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 3670413302 chore: ASF uses rel/v... tags instead of v...
3670413302 is described below
commit 367041330291ad5cfc5a0979b339ac5faba277e0
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sat Jun 24 16:59:10 2023 +0300
chore: ASF uses rel/v... tags instead of v...
---
.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 92d20e03fe..f6010e0a3e 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -1,6 +1,6 @@
# See https://github.com/release-drafter/release-drafter#configuration-options
name-template: 'v$RESOLVED_VERSION'
-tag-template: 'v$RESOLVED_VERSION'
+tag-template: 'rel/v$RESOLVED_VERSION'
# Filter previous releases to consider only those with the target matching the
current branch
filter-by-commitish: true
tag-prefix: REL