You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide-release-process.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,10 @@ EOF
304
304
305
305
### Step 10: Update Podfile.lock on the release branch
306
306
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
+
307
311
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.
0 commit comments