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.
 
 
 

37 lines
553 B

before:
hooks:
- make vendor
builds:
- main: ./cmd/main/main.go
env:
- CGO_ENABLED=0
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:
- .env.default
- dbs/.gitkeep
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Version }}_{{ .ShortCommit }}"
changelog:
filters:
exclude:
- '^docs:'
- '^test:'