Skip to content

Dev and Release

Yochai Gilad edited this page Nov 25, 2025 · 2 revisions

Dev Env

  1. Download Node v20 or higher
  2. Use the NPM version in the referenced in repo (currenly 9.9.0) npm install -g npm@9.9.0
  3. Run npm i if not run in the past

Publish

First Time

  1. npm install -g lerna

Each Time

  1. Create a branch for version bump user/you/vX.Y.Z.
  2. Update CHANGELOG.md
  3. Update version.ts
  4. Commit the changes and push to upstream
  5. run npm run build
  6. run lerna -version <new version>
  7. push the branch to upstream
  8. Check the outcome in npm.org
  9. Create and complete the bump PR

Clone this wiki locally