Skip to content

Commit 1e97a71

Browse files
FlXlTgaearon
authored andcommitted
Fix documentation of the release process (#12337)
* Adusted grammar in release script readme. * Adjusts title and explanation about the release process.
1 parent 2e1cc28 commit 1e97a71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/release/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# React Release Script
1+
# React Release Scripts
22

3-
At a high-level, the release script runs in 2 passes: **build** and **publish**.
4-
1. The **build** script does the heavy lifting (eg checking CI, running automated tests, building Rollup bundles) and then prints instructions for manual verification.
5-
1. The **publish** script then publishes the built artifacts to NPM and pushes to GitHub.
3+
At a high-level, the release process uses two scripts: **build** and **publish**.
4+
1. The **build** script does the heavy lifting (e.g., checking CI, running automated tests, building Rollup bundles) and then prints instructions for manual verification.
5+
1. The **publish** script then publishes the built artifacts to npm and pushes to GitHub.
66

7-
Run either script without parameters to see its usage, eg:
7+
Run either script without parameters to see its usage, e.g.:
88
```
99
./scripts/release/build.js
1010
./scripts/release/publish.js
1111
```
1212

13-
Each script will guide the release engineer through any necessary steps (including environment setup and manual testing steps).
13+
Each script will guide the release engineer through any necessary steps (including environment setup and manual testing steps).

0 commit comments

Comments
 (0)