1
0
forked from MTSR/mapserver

add goreleaser config

This commit is contained in:
BuckarooBanzay 2022-02-01 11:47:36 +01:00
parent e7b0b743c9
commit e4ea1fae5b

27
.goreleaser.yaml Normal file
View File

@ -0,0 +1,27 @@
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'