Skip to content

Publishing a new version

  1. Update version in package.json using SemVer
  2. Update CHANGELOG.md
  3. Run nvm use to ensure the correct Node version is used
  4. Run npm install to update the package-lock.json
  5. Merge all changes to main via a pull request
  6. Wait for the CI to pass
  7. Create a new release on GitHub and add a new tag in the format v1.0.0 (ensure leading v and change version number as necessary)
  8. Add release notes taken from CHANGELOG.md

Once a release is created, the publish pipeline will be triggered.