Skip to content

Commit

Permalink
Merge pull request #241 from juanfont/add-goreleaser-prerelease
Browse files Browse the repository at this point in the history
Enable marking releases as prerelease
  • Loading branch information
juanfont authored Nov 29, 2021
2 parents 1dc0081 + 3e941ef commit 5bc0398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
before:
hooks:
- go mod tidy

release:
prerelease: auto

builds:
- id: darwin-amd64
main: ./cmd/headscale/headscale.go
Expand Down

0 comments on commit 5bc0398

Please sign in to comment.