- Go 1.13 or later
- Mac or Linux (Noms isn't currently supported on Windows)
git clone https://github.com/attic-labs/noms
cd noms
go build ./cmd/noms
cd noms
go test ./go/...
go test ./cmd/...
Travis automatically creates releases for tagged versions, so the following should do it:
git tag latest -f
git push origin latest