Skip to content

Release it

Arthaud Proust edited this page Nov 28, 2023 · 1 revision

We use release-it to automate version publication.

Publish a version

You juste have to run npx release-it and hit Enter to publish a version.
Then (if you have rights), publish version on Github by clicking on the link provided by release-it

Config:

  • create commit : true
  • push : true
  • create tag : true
  • publish on github : true
  • publish on npm : false