Skip to content

Commit

Permalink
Prefix "v" on release version in future
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Nov 1, 2021
1 parent 6d443b9 commit 5dfc291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -20,7 +20,7 @@ checksum:
release:
header: |
See the CHANGELOG for details regarding this release.
name_template: "{{.Version}}"
name_template: "v{{.Version}}"

archives:
- files:
Expand Down

0 comments on commit 5dfc291

Please sign in to comment.