Skip to content

make release

Florence Berbey edited this page Oct 9, 2024 · 7 revisions

Make a release

  • On master branch, run command npm version (major|minor|patch) to update package(-lock).json versions and create a tag.
  • Push tag git push origin <tagname>
  • CI/CD process will automatically create the release from tag and generate release notes.

In order to produce nice release notes:

  • Assign labels to pull requests
  • See release.yml to define categories.