- Execute
yarn version --message "New: Release X.Y.Z"
(without the "v" prefix) - Declare the new version by prompting it to yarn CLI (without the "v" prefix)
- Eventually modify the
CHANGELOG.md
when the editor opens - Close and save the
CHANGELOG.md
editor - Wait for the CI to complete and create a GitHub Release on top of the already present git tag "vX.Y.Z"
- Enjoy, the CI should publish the new version to the registries