Skip to content

Release Guidelines

Tom Steele edited this page Sep 11, 2015 · 1 revision

Repositories should follow semver for versioning.

Go

Go binaries should be built with the latest version of Go, gox is the tool we use to build binaries for each operating system:

$ gox -osarch="windows/amd64 linux/amd64 darwin/amd64"
Clone this wiki locally