Skip to content

Commit

Permalink
fix .goreleaser.yml (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-reddy committed Jan 22, 2020
1 parent 53e0571 commit 5671c3a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ builds:
- amd64
env:
- CGO_ENABLED=0
archive:
format: tar.gz
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}'
files:
- LICENSE*
- README*
- CHANGELOG*
- Documentation*
archives:
-
format: tar.gz
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
.Arm }}{{ end }}'
files:
- LICENSE*
- README*
- CHANGELOG*
- Documentation*
snapshot:
name_template: SNAPSHOT-{{ .Commit }}

0 comments on commit 5671c3a

Please sign in to comment.