You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
537 B

before:
hooks:
- make vendor
builds:
- main: ./cmd/main/main.go
env:
- CGO_ENABLED=1
ldflags:
- -s -w
goos:
- darwin
- linux
- windows
goarch:
- 386
- amd64
archives:
- replacements:
darwin: macos
linux: linux
windows: windows
386: 32-bit
amd64: 64-bit
format: zip
files:
- README.md
- dbs/*
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Version }}_{{ .ShortCommit }}"
changelog:
filters:
exclude:
- '^docs:'
- '^test:'