Files
UpSnap-seriousm4x-3/backend/.goreleaser.yaml
Maxi Quoß 6f611114fb fix deploys
2023-01-29 01:13:53 +01:00

23 lines
352 B
YAML

before:
hooks:
- go mod tidy
builds:
- binary: upsnap
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
ignore:
- goos: windows
goarch: 386
archives:
- format: zip
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc