Skip to content

Commit

Permalink
interfaces: add goreleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed May 1, 2019
1 parent 5315a69 commit 83fe0b7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
archives:
- replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
before:
hooks:
- go mod download
builds:
- id: interfacer
env:
- CGO_ENABLED=0
main: ./cmd/interfacer/main.go
binary: interfacer
- id: structer
env:
- CGO_ENABLED=0
main: ./cmd/structer/main.go
binary: structer
changelog:
filters:
exclude:
- '^docs:'
- '^test:'
sort: asc
checksum:
name_template: checksums.txt
snapshot:
name_template: '{{ .Tag }}-next'

0 comments on commit 83fe0b7

Please sign in to comment.