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

View File

@@ -5,5 +5,6 @@ package main
import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/goreleaser/goreleaser"
_ "golang.org/x/tools/cmd/stringer"
)