Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 418 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 418 Bytes

Contributing

Running locally

First, install the dependencies (note: this was written with go v1.22.x):

go mod tidy

Now you can run the tool via:

go run main.go [...]

Cutting a release

Pushing a version tag (e.g. v1.0.0) will trigger the release.yml GitHub workflow, which will build binaries for supported OSes and publish a release with them.