Skip to content

Commit

Permalink
Add goreleaser config file
Browse files Browse the repository at this point in the history
  • Loading branch information
denisbrodbeck committed Nov 24, 2017
1 parent 7632cf4 commit 9e85f2f
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 @@
project_name: sqip
builds:
- main: ./cmd/sqip/main.go
goos:
- windows
- darwin
- linux
goarch:
- 386
- amd64
changelog:
sort: asc
filters:
exclude:
- docs
- Merge pull request
- Merge branch
- typo
archive:
replacements:
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

0 comments on commit 9e85f2f

Please sign in to comment.