builds: - main: ./cmd/nigiri ldflags: - -s -X 'main.version={{.Version}}' -X 'main.commit={{.Commit}}' -X 'main.date={{.Date}}' env: - CGO_ENABLED=0 goos: - linux - darwin - windows goarch: - amd64 - arm64 checksum: name_template: "checksums.txt" snapshot: name_template: "{{ .Tag }}-next" changelog: sort: asc filters: exclude: - "^docs:" - "^test:" archives: - format: binary name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}" release: prerelease: auto