Skip to content

Commit

Permalink
goreleaser: Set release.name_template
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Jul 11, 2018
1 parent e1fcaf5 commit dc4432f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ builds:
git:
tags_prefix: "cli/"

release:
name_template: "v{{.Version}}"

archive:
name_template: "{{.ProjectName}}-{{.Version}}-{{.Os}}-{{.Arch}}"
format: tar.gz
Expand Down

0 comments on commit dc4432f

Please sign in to comment.