This repository has been archived on 2025-03-05. You can view files and clone it, but cannot push or open issues or pull requests.
scaffold/.goreleaser.yml

28 lines
424 B
YAML

version: 2
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
archives:
- id: archives
formats: [binary]
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
checksum:
name_template: "{{ .ProjectName }}-checksums.txt"
snapshot:
version_template: "git-{{.Commit}}"
release:
name_template: "v{{.Version}}"
changelog:
disable: true