File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ If you are looking for the source code of the [React Native Archive website](htt
31
31
32
32
1 . Run ` yarn ` to install the website's workspace dependencies.
33
33
34
+ > If you want to retain the globally instaled ` yarn ` v1, you can use ` corepack yarn ` instead.
35
+
34
36
### Running locally
35
37
36
38
1 . Run ` yarn start ` to start the development server _ (powered by [ Docusaurus] ( https://docusaurus.io ) )_ .
@@ -126,7 +128,8 @@ This can be done by updating the `package.json` and configuration files in `scri
126
128
127
129
1 . ` cd react-native-website ` to go into the project root.
128
130
1 . ` cd website ` to go into the website portion of the project.
129
- 1 . Run ` yarn version:cut <newVersion> ` where ` <newVersion> ` is the new version being released.
131
+ 1 . Run ` yarn version:cut <newVersion> ` where ` <newVersion> ` is the new version being released (e.g. ` 0.81 ` ).
132
+ 1 . Open a PR and commit this change as "Cut branch <newVersion >"
130
133
131
134
## 🔧 Website configuration
132
135
You can’t perform that action at this time.
0 commit comments