2020-11-29 22:17:40 +08:00
|
|
|
before:
|
|
|
|
hooks:
|
|
|
|
- go mod tidy -v
|
|
|
|
builds:
|
|
|
|
- id: nezha-agent
|
|
|
|
env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- windows
|
|
|
|
- darwin
|
|
|
|
main: ./cmd/agent
|
2020-11-29 22:38:17 +08:00
|
|
|
release:
|
|
|
|
name_template: "nezha-agent_{{.Os}}_{{.Arch}}"
|
2020-11-29 22:17:40 +08:00
|
|
|
checksum:
|
|
|
|
name_template: "checksums.txt"
|
|
|
|
snapshot:
|
|
|
|
name_template: "{{ .Tag }}-next"
|
|
|
|
changelog:
|
|
|
|
sort: asc
|
|
|
|
filters:
|
|
|
|
exclude:
|
|
|
|
- "^docs:"
|
|
|
|
- "^test:"
|