before: hooks: - go mod tidy builds: - main: ./cmd/flyscrape env: - CGO_ENABLED=0 goos: - linux - windows - darwin goarch: - amd64 - arm64 archives: - format: tar.gz name_template: >- {{ .ProjectName }}_ {{- if eq .Os "darwin" }}mac{{else}}{{ .Os }}{{ end }}_ {{- .Arch }} format_overrides: - goos: windows format: zip changelog: sort: asc filters: exclude: - "^docs:" - "^test:"