Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Added goreleaser config yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Baiguini committed Jan 26, 2020
1 parent 97aaa42 commit 1dd4d8b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# See documentation at http://goreleaser.com
before:
hooks:
- go mod download
# - go generate ./...
builds:
- env:
- GO111MODULE=on
- GOPROXY=https://proxy.golang.org
- CGO_ENABLED=0
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:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 1dd4d8b

Please sign in to comment.