- Clone the repo
- From the root, run yarn start
- Visit localhost:3000
- Checkout main locally
- Increment the version number in packages/react-arborist/package.json
- Create a branch called release/v0.0.0
- Open a PR to main
- Test, review, and merge, don't delete branch
- Create a release based on release/v0.0.0
- Assign a new tag to be created with v0.0.0
- Title the release "Version 0.0.0"
- Write release notes
- Publish
- Check that it successfully published to npmjs
The Github actions workflow will publish to npm.