From 10d5e14b184f7ec32f9356c18d7ef0ccbd2930fe Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:00:38 +0100 Subject: [PATCH] Update release-process.md --- release-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-process.md b/release-process.md index 24f6afa735..d66786d602 100644 --- a/release-process.md +++ b/release-process.md @@ -49,7 +49,7 @@ This command will ask for a new version. This command uses `lerna` and is solely responsible for publishing all the remix libraries. It will ask for a new version of each library. Make sure you are logged in to NPM. -Once these command run successfully, the version for each remix library will be updated to latest in the libs' package.json file. +Once these commands run successfully, the version for each remix library will be updated to latest in the libs' package.json file. - Create and merge bump PR to master @@ -95,7 +95,7 @@ Publish a new release on GitHub using created tag and generate automated changel ### Part 2. Update the Remix Live -Updating the `remix_live` branch latest to the `remix_beta` runs the CircleCI build which updates liver version of Remix IDE on `remix.ethereum.org` +Updating the `remix_live` branch latest to the `remix_beta` runs the CircleCI build which updates live version of Remix IDE on `remix.ethereum.org` Use this unified command: