- Before releasing a new version of the package, make sure you are pointing to the latest commit from
main. - Run
yarn versionand follow the prompts to choose a version for the package. - Push the changes and new tags to GitHub with
git push origin main --follow-tags. - Publish the release on Github Releases and the package should be automatically published by Github Actions.