Add goreleaser config (#107)

Notes for future self:

  - **To run a "local" release:** `goreleaser release --snapshot --clean`
  - **To check configuration file:** `goreleaser check`
  - **To create a new release:** `goreleaser release`
This commit is contained in:
Joshua Spence
2023-02-27 09:41:38 +11:00
committed by GitHub
parent 0e2aa4d1cc
commit b6f2d95b18
6 changed files with 3718 additions and 44 deletions

8
.goreleaser.yaml Normal file
View File

@@ -0,0 +1,8 @@
---
before:
hooks:
- 'go mod tidy'
- 'go generate unifi/device.go'
builds:
- skip: true