Skip to content

Commit c570686

Browse files
release Drafter - Use tags with v by default
1 parent ce1785c commit c570686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
2-
name-template: $NEXT_PATCH_VERSION
3-
tag-template: $NEXT_PATCH_VERSION
2+
name-template: v$NEXT_PATCH_VERSION
3+
tag-template: v$NEXT_PATCH_VERSION
44

55
# Emoji reference: https://gitmoji.carloscuesta.me/
66
categories:

0 commit comments

Comments
 (0)