Skip to content

Commit d9036cf

Browse files
Update guide-release-process.md
1 parent 60517e3 commit d9036cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/guide-release-process.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ EOF
304304

305305
### Step 10: Update Podfile.lock on the release branch
306306

307+
> **Note:**
308+
> If you just cloned the `react-native` repository, make sure to run `yarn` to install all dependencies.
309+
> Additionally, we recommend installing the latest Ruby version using [rbenv](https://github.com/rbenv/rbenv) before proceeding.
310+
307311
Everytime we release a new version, there is a new `hermes-engine` version published. We need to update `packages/rn-tester` to use this new version. This is in preparation for the next release from this branch.
308312

309313
```bash
@@ -322,9 +326,6 @@ git add packages/rn-tester/Podfile.lock
322326
git commit -m "Update Podfile.lock" -m "Changelog: [Internal]"
323327
git push
324328
```
325-
> **Note:**
326-
> If you just cloned the `react-native` repository, make sure to run `yarn` to install all dependencies.
327-
> Additionally, we recommend installing the latest Ruby version using [rbenv](https://github.com/rbenv/rbenv) before proceeding.
328329

329330
### Step 11: Update GitHub Project
330331

0 commit comments

Comments
 (0)