mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-09 05:06:18 +10:00
add goreleaser.yml
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user