Skip to content

Commit 13587e0

Browse files
author
Sean Sundberg
authored
Adds 'v' prefix to version tag (#305)
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 3418ae5 commit 13587e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name-template: '$RESOLVED_VERSION'
2-
tag-template: '$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
33
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
44
categories:
55
- title: 'Features'

0 commit comments

Comments
 (0)