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