summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-01-08 22:48:35 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-01-08 22:48:35 +1100
commita3ea19be8efadfa36dccbe83ca0487701d00f208 (patch)
tree7346d64a4128f13708402644588f573795f24cf3
parente0015a52e567b58697851f616549c37213c621fe (diff)
update to new goreleaser schemav0.12.2
-rw-r--r--.goreleaser.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index c02fb0c67..1fbb79ad3 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -17,16 +17,16 @@ builds:
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.buildSource=binaryRelease
-archive:
- replacements:
- darwin: Darwin
- linux: Linux
- windows: Windows
- 386: 32-bit
- amd64: x86_64
- format_overrides:
- - goos: windows
- format: zip
+archives:
+ - replacements:
+ darwin: Darwin
+ linux: Linux
+ windows: Windows
+ 386: 32-bit
+ amd64: x86_64
+ format_overrides:
+ - goos: windows
+ format: zip
checksum:
name_template: 'checksums.txt'
snapshot: