remove goreleaser.yml

This commit is contained in:
TJ Holowaychuk
2020-02-15 10:52:10 +00:00
parent 888a2a83a0
commit 330b83e1fc
-19
View File
@@ -1,19 +0,0 @@
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'