Skip to content

Commit 3670413

Browse files
committed
chore: ASF uses rel/v... tags instead of v...
1 parent ddb75f6 commit 3670413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/release-drafter/release-drafter#configuration-options
22
name-template: 'v$RESOLVED_VERSION'
3-
tag-template: 'v$RESOLVED_VERSION'
3+
tag-template: 'rel/v$RESOLVED_VERSION'
44
# Filter previous releases to consider only those with the target matching the current branch
55
filter-by-commitish: true
66
tag-prefix: REL

0 commit comments

Comments
 (0)