-
Notifications
You must be signed in to change notification settings - Fork 4
Release Instructions
Benoît Lemaire edited this page Jun 14, 2021
·
1 revision
The release process is in two steps.
-
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). -
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.