Skip to content

Commit e319b09

Browse files
authored
fix: add v prefix to release-drafter's tag template (#497)
In order to make tags created by the release-drafter compatible with Go modules, tags have to begin with `v` prefix.
1 parent b6a0cd6 commit e319b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name-template: "v$NEXT_PATCH_VERSION 🌈"
2-
tag-template: "$NEXT_PATCH_VERSION"
2+
tag-template: "v$NEXT_PATCH_VERSION"
33
categories:
44
- title: "🚀 Features"
55
labels:

0 commit comments

Comments
 (0)