Skip to content

Commit

Permalink
Simplify goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agalue committed Apr 24, 2020
1 parent 91c1ab5 commit 696e21a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
env:
- CGO_ENABLED=0
- GO111MODULE=on

before:
hooks:
- go mod tidy

builds:
- goos:
- windows
- linux
- darwin
goarch:
- amd64

checksum:
name_template: 'checksums.txt'

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

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 696e21a

Please sign in to comment.