Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 428 Bytes

File metadata and controls

28 lines (18 loc) · 428 Bytes

Development docs

Run tests

Run all tests:

go test ./...

Update snapshot tests:

go test ./internal/index -update-snapshots

Cutting releases

  1. Land a PR with the following changes:

    • A ChangeLog entry with ## vM.N.P
    • Updated version in internal/index/version.txt
  2. On the main branch, run the following:

    NEW_VERSION="M.N.P" ./dev/publish-release.sh