- Update CHANGELOG.md with changes per Keep a Changelog format.
- Update documentation in
website/docs
(and the latest version inwebsite/versioned_docs
if not releasing a new major version). - Run
npx lerna version [major|minor|patch|prerelease]
(this automatically runs theversion
script in./package.json
before committing and tagging). - Run
npx lerna publish from-git
(add--dist-tag next
if version wasprerelease
in previous step).