Skip to content

Release Instructions

Benoît Lemaire edited this page Jun 14, 2021 · 1 revision

Release Instructions

The release process is in two steps.

  1. Run yarn lerna version from your workstation. This will version / tag any LiveBundle package that have changed since last release. Changes are either direct changes to package, or transitive changes in case a dependent package has changed. Choose the right versions for each updated package when prompted (most of the time it will be just patch changes).

  2. Once first step is completed successfully, trigger the Release to NPM GitHub Action Workflow for master branch.

Please make sure to write release notes for each of the new package versions.

Clone this wiki locally