Enable prerelease support on goreleaser

This commit is contained in:
Juan Font Alonso 2021-10-31 23:10:40 +01:00
parent 16ccbf4cdb
commit bf4309270b

View File

@ -1,8 +1,10 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
- go mod tidy
release:
prerelease: auto
builds:
- id: darwin-amd64
main: ./cmd/headscale/headscale.go