Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
archives is now a map
  • Loading branch information
Sean-Der committed Jan 1, 2021
1 parent 40210b7 commit 5744647
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
archive:
replacements:

archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"

changelog:
sort: asc
filters:
Expand Down

0 comments on commit 5744647

Please sign in to comment.