dorfylegends/backend/.goreleaser.yaml
2022-05-10 18:15:05 +00:00

32 lines
533 B
YAML

builds:
- id: linux/macos-amd64
binary: legendsbrowser
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- id: windows-amd64
binary: LegendsBrowser
env:
- CGO_ENABLED=0
goos:
- windows
goarch:
- amd64
archives:
- format: zip
name_template: "legendsbrowser-{{ .Version }}-{{ .Os }}"
replacements:
darwin: macos
linux: linux
windows: win
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'