Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 472 Bytes

development.md

File metadata and controls

17 lines (13 loc) · 472 Bytes

How to run tests

  • Run the test script:
./scripts/test.sh

How to release

  • Make sure the version number in internal/gorson/version/version.go matches the version you're releasing.
  • Run the release script to cross-compile binaries for distribution:
./scripts/release.sh