Skip to content

Commit

Permalink
retry config
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent 260c449 commit 3426f5c
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
- env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- main: main.go
binary: tfswitch
goos:
- windows
- darwin
- linux
goarch:
- amd64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 3426f5c

Please sign in to comment.