Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 440 Bytes

HACKING.md

File metadata and controls

34 lines (24 loc) · 440 Bytes

Prerequisites

Get

git clone https://github.com/attic-labs/noms

Build

cd noms
go build ./cmd/noms

Test

cd noms
go test ./go/...
go test ./cmd/...

Release

Travis automatically creates releases for tagged versions, so the following should do it:

git tag latest -f
git push origin latest