Publishing a new version
- Update
versioninpackage.jsonusing SemVer - Update
CHANGELOG.md - Run
nvm useto ensure the correct Node version is used - Run
npm installto update thepackage-lock.json - Merge all changes to
mainvia 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 leadingvand change version number as necessary) - Add release notes taken from
CHANGELOG.md
Once a release is created, the publish pipeline will be triggered.