@salayna/shrimp-cli
Version:
Yet another Project Builder
33 lines (32 loc) • 726 B
YAML
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
archives:
- replacements:
darwin: darwin
linux: linux
windows: windows
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'