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-candidate.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ The general stages for handling a release candidate:
22
22
23
23
Add a new column for this release candidate in the [External Dependencies Supported table](./support.md#external-dependencies-supported). Follow up internally if unsure.
24
24
25
-
26
25
### 1. Create a new release branch
27
26
28
27
- Check-out a clone of `react-native` repo
@@ -35,19 +34,16 @@ git pull origin main
35
34
git checkout -b 0.76-stable
36
35
```
37
36
38
-
**Create a similar branch in the [@react-native-community/template](https://github.com/react-native-community/template) project**
37
+
**Create corresponding release branches in related community repos**
39
38
40
-
-Check-out a clone of `@react-native-community/template` repo
41
-
- Pull `main`
42
-
-Create a release branch. It must be of the form `<major>.<minor>-stable`
0 commit comments