Use the latest version of Node.js and npm.
- Check out the code from the remote repository.
- Run
npm install-ci-test
(ornpm cit
).
- Update
CHANGELOG.md
to set the next version and commit the change with a message likePrepare x.y.z
. - Run
npm version <next_version>
. - Run
git push --follow-tags
.
Then, the release workflow will automatically run and a new release will be created.