Skip to content

Create a release

Allon Moritz edited this page Oct 21, 2024 · 2 revisions

Short docu for maintainers about how to create a release.

  1. Change the version number in the package.json to the new release
  2. Run npm update --save
  3. Commit with the message "Release x.x.x"
  4. Create a new release by creating a new tag image

The Github action publishes then the release automatically on npmjs.

Clone this wiki locally