Skip to content

Admin : Publishing Releases

Z3 Development edited this page Jan 30, 2021 · 20 revisions

How to Publish Releases

Preparation

Never publish from the direct branch of the MAJOR version.

This project uses Lerna, which has automated publishing.

  1. Create a 'pre-release' branch for the version.
  2. Clone a new copy of the repository.
  3. Checkout the new 'pre-release' branch.
  4. Change 'lerna.json' to allow publishing from this branch; allowBranch
  5. Commit the changes

Publishing

tbw

Clone this wiki locally