release: github: owner: 'https:' name_template: '{{.Tag}}' brew: commit_author: name: goreleaserbot email: goreleaser@carlosbecker.com install: bin.install "" builds: - goos: - linux - darwin goarch: - amd64 - "386" goarm: - "6" main: . ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} archive: format: tar.gz name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' files: - licence* - LICENCE* - license* - LICENSE* - readme* - README* - changelog* - CHANGELOG* fpm: bindir: /usr/local/bin snapshot: name_template: SNAPSHOT-{{ .Commit }} checksum: name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt' dist: dist sign: cmd: gpg args: - --output - $signature - --detach-sig - $artifact signature: ${artifact}.sig artifacts: none