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
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,17 +97,13 @@ This will kick off a Github Action workflow called [Test All](https://github.com
97
97
98
98
Follow the [Release Testing guide](./guide-release-testing.md).
99
99
100
-
* If you're releasing >= 0.79
101
-
* We should have **1x Release Crew** member testing the release.
102
-
* Additionally **only** the following releases should be manually tested.
100
+
* We should have **1x Release Crew** member testing the release:
101
+
***Only** the following releases should be manually tested.
103
102
*`RC0`
104
103
*`RC1`
105
104
*`RC4` (Golden RC)
106
105
* All the other releases require no manual testing.
107
-
* You should ensure that the **E2E jobs** on the release branch are green.
108
-
* If you're releasing <= 0.78
109
-
* We should have **2x Release Crew** members test the release. Coordinate with another Release Crew member to do a second pass.
110
-
* There may be exceptional cases where we can bypass 2 release tests or only do selective tests, based on circumstances. **Ensure a Meta Release Crew member is aware and approves**.
106
+
* You should ensure that the **E2E jobs** on the release branch are green.
111
107
112
108
### Step 5. Create release
113
109
Starting from React Native 0.75, a new release is created using a Github Action workflow called [Create Release](https://github.com/facebook/react-native/actions/workflows/create-release.yml).
0 commit comments