Skip to content

Commit

Permalink
Change release name and only include binary
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deaddict committed Apr 6, 2020
1 parent 8987f68 commit 7ba0cff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@ before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
- binary: "{{ .ProjectName }}_{{.Tag}}"
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
env:
- CGO_ENABLED=0
archives:
- format: gz
files:
- none*
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 7ba0cff

Please sign in to comment.