Skip to content

Commit

Permalink
Update goreleaser config to remove deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Blagoj Atanasovski committed Jul 5, 2019
1 parent deda345 commit f4bb9a5
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions cmd/outflux/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ builds:
- windows
goarch:
- amd64
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
archives:
-
id: outflux
replacements:
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .ProjectName }}_{{ .Tag }}-next"
name_template: "outflux_{{ .Tag }}"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit f4bb9a5

Please sign in to comment.