before: hooks: - go mod tidy builds: - binary: '{{ .ProjectName }}' main: cmd/mapcidr/main.go goos: [windows,linux,darwin] goarch: [amd64,386,arm,arm64] ignore: - goos: darwin goarch: 386 - goos: windows goarch: arm - goos: windows goarch: arm64 archives: - format: zip name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}' checksum: algorithm: sha256 announce: slack: enabled: true channel: '#release' username: GoReleaser message_template: 'New Release: {{ .ProjectName }} {{.Tag}} is published! Check it out at {{ .ReleaseURL }}' discord: enabled: true message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'