ldap-proxy/.goreleaser.yml

36 lines
529 B
YAML
Raw Normal View History

2020-08-24 00:46:37 -05:00
before:
hooks:
- go mod vendor
2021-03-18 03:01:56 -05:00
- scripts/prepare.sh
2020-08-24 00:46:37 -05:00
builds:
2021-03-18 02:53:49 -05:00
- goos:
2020-08-24 00:46:37 -05:00
- darwin
- freebsd
- linux
- windows
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- LICENSE
- NOTICE
- README.md
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
release:
github:
owner: NetAuth
2021-03-18 02:53:49 -05:00
name: NetAuth