Skip to content

Commit

Permalink
fix: add v prefix to release-drafter's tag template (stackrox#497)
Browse files Browse the repository at this point in the history
In order to make tags created by the release-drafter compatible with Go modules, 
tags have to begin with `v` prefix.
  • Loading branch information
czeslavo authored and abrad3 committed Sep 28, 2023
1 parent e71267c commit 2d4586b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: "v$NEXT_PATCH_VERSION 🌈"
tag-template: "$NEXT_PATCH_VERSION"
tag-template: "v$NEXT_PATCH_VERSION"
categories:
- title: "🚀 Features"
labels:
Expand Down

0 comments on commit 2d4586b

Please sign in to comment.