-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
20 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters