Skip to content

Commit

Permalink
Fix .goreleaser to work with new unified versioning
Browse files Browse the repository at this point in the history
We no longer split library and cli versions.
  • Loading branch information
tsenart committed Jul 21, 2019
1 parent 8124e01 commit 9c95632
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ builds:
ldflags:
- -s -w -extldflags "-static" -X main.Version={{.Version}} -X main.Commit={{.Commit}} -X main.Date={{.Date}}"

git:
tags_prefix: "cli/"

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

Expand Down

0 comments on commit 9c95632

Please sign in to comment.