From 5b30d7cff4f1c0b8c06483800b2cd5408201d35a Mon Sep 17 00:00:00 2001 From: Vitali Zaidman Date: Tue, 12 Aug 2025 17:03:38 +0100 Subject: [PATCH 1/2] update yarn corepack instructions + add an example for how to cut a new version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 829ce01777a..f5e478c4a26 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ If you are looking for the source code of the [React Native Archive website](htt 1. Run `yarn` to install the website's workspace dependencies. + > If you want to retain the globally instaled `yarn` v1, you can use `corepack yarn` instead. + ### Running locally 1. Run `yarn start` to start the development server _(powered by [Docusaurus](https://docusaurus.io))_. @@ -126,7 +128,7 @@ This can be done by updating the `package.json` and configuration files in `scri 1. `cd react-native-website` to go into the project root. 1. `cd website` to go into the website portion of the project. -1. Run `yarn version:cut ` where `` is the new version being released. +1. Run `yarn version:cut ` where `` is the new version being released (e.g. `0.81`). ## 🔧 Website configuration From adea876ae01c65a6ea02fd2c867ebc77b072e5b6 Mon Sep 17 00:00:00 2001 From: Vitali Zaidman Date: Tue, 12 Aug 2025 17:06:23 +0100 Subject: [PATCH 2/2] added a new line in the instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5e478c4a26..8962cde1ae9 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ This can be done by updating the `package.json` and configuration files in `scri 1. `cd react-native-website` to go into the project root. 1. `cd website` to go into the website portion of the project. 1. Run `yarn version:cut ` where `` is the new version being released (e.g. `0.81`). +1. Open a PR and commit this change as "Cut branch " ## 🔧 Website configuration