-
Notifications
You must be signed in to change notification settings - Fork 40
Dev and Release
Yochai Gilad edited this page Nov 25, 2025
·
2 revisions
- Download Node v20 or higher
- Use the NPM version in the referenced in repo (currenly 9.9.0)
npm install -g npm@9.9.0 - Run
npm iif not run in the past
npm install -g lerna
- Create a branch for version bump
user/you/vX.Y.Z. - Update CHANGELOG.md
- Update version.ts
- Commit the changes and push to upstream
- run
npm run build - run
lerna -version <new version> - push the branch to upstream
- Check the outcome in npm.org
- Create and complete the bump PR