- Make sure all tests are passing and build is commited
yarn build
- Depending upon the changes, decide if it is a major/minor/patch release. Read more about semantic versioning.
git changelog
to auto generate changelog. Look at CHANGELOG.md and edit the changes + version number.yarn version --major|minor|patch
to bump version, create a tag and publish.