Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 490 Bytes

development.md

File metadata and controls

26 lines (18 loc) · 490 Bytes

How to run tests

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

How to release

From the main branch, run the release script:

./scripts/release.sh

Then, create a pull request with your version bump and get it merged to main.

The release script will:

  • update the version number everywhere relevant in the codebase
  • check out a git branch
  • commit the version change
  • tag the commit with the new version number
  • push the branch
  • create a Github release