Skip to content

Commit 2d1e677

Browse files
authored
Update guide-release-process.md
Updating the "Test the release" section to: 1. Remove references to older versions we're no longer releasing to. 2. Simplify the messaging.
1 parent 3b4b69d commit 2d1e677

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/guide-release-process.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,13 @@ This will kick off a Github Action workflow called [Test All](https://github.com
9797

9898
Follow the [Release Testing guide](./guide-release-testing.md).
9999

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.
103102
* `RC0`
104103
* `RC1`
105104
* `RC4` (Golden RC)
106105
* 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.
111107

112108
### Step 5. Create release
113109
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

Comments
 (0)