Skip to content

Commit 6359e63

Browse files
committed
Fix version template
1 parent 5f8e5ca commit 6359e63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "$RESOLVED_VERSION"
2-
tag-template: "$RESOLVED_VERSION"
1+
name-template: "Release v$RESOLVED_VERSION"
2+
tag-template: "v$RESOLVED_VERSION"
33
categories:
44
- title: "🚀 Features"
55
labels:

0 commit comments

Comments
 (0)