You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(dev): update binaries and release w/ goreleaser changes
- hadn't seen these docs before, so updating them to match all the `goreleaser` changes
- no need to install various deps, just `goreleaser` with `go mod tidy`
- no need to install and run `deploy.sh`, just `make snapshot` and `make release`
- update `make snapshot` to remove `--single-target` so that it will build all binaries as a dry-run
- since it's no longer needed for the default target build, can make it output all binaries
- TODO: modify changelog / release notes / versioning to match Sylvain's current style
- Didn't change some references to `VERSION` and `deployment.yml` as I will likely make those work with `goreleaser`
- also fix some typos:
- "developper" -> "developer"
- "dependancies" -> "dependencies"
- "gitub" -> "github"
- "repos" -> "repo"
- "you" -> "your"
- "priviledges" -> "privileges"
- etc
0 commit comments