Publishing a new version
- Update
version
inpackage.json
using SemVer - Update
CHANGELOG.md
- Run
nvm use
to ensure the correct Node version is used - Run
npm install
to update thepackage-lock.json
- Merge all changes to
main
via a pull request - Wait for the CI to pass
- Create a new release on GitHub and add a new tag in the format
v1.0.0
(ensure leadingv
and change version number as necessary) - Add release notes taken from
CHANGELOG.md
Once a release is created, the publish pipeline will be triggered.