goreleaser
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`
Don't commit the extracted JSON files as well only need the generated `*.generated.go` files.