Release Guide
This guide is for those with proper access to the GH repo and NPM registry package, and outlines the steps for publishing a new release. Follow the below instructions, running all commands from the root of the repository.
- Update
CHANGELOG.md
, following the format of the previous versions.- Commit as
Changes for version ${VERSION}
- Commit as
- Run
yarn run version patch
(orminor|major
) to tag a new version. - Run
yarn publish:core
to publish the package to NPM. - Run
git push && git push --tags