From 72d85c3760e18e8b4250490ce888b8216a8c25ea Mon Sep 17 00:00:00 2001 From: Sally Young Date: Mon, 30 Sep 2024 15:05:11 +0100 Subject: [PATCH] Update README.md with lerna publish instructions (#713) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8afb11a..c623240b 100644 --- a/README.md +++ b/README.md @@ -736,3 +736,5 @@ To generate new NPM package releases: 1. Have the latest main branch checked out locally 2. Run `yarn install && yarn lerna publish` +3. Create a pull request with the changes +4. Once merged, locally switch to the main branch and run `yarn lerna exec -- npm publish`