add goreleaser.yml

This commit is contained in:
TJ Holowaychuk
2017-11-25 10:16:14 -08:00
parent 0f3fc40f99
commit a98f1d559a
+19
View File
@@ -0,0 +1,19 @@
build:
main: cmd/node-prune/main.go
binary: node-prune
goos:
- darwin
- linux
- windows
- freebsd
- netbsd
- openbsd
goarch:
- amd64
- 386
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^refactor'