Skip to content

Commit

Permalink
Adjusts title and explanation about the release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlXlT committed Mar 6, 2018
1 parent 98400e2 commit 70dc3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React Release Script
# React Release Scripts

At a high-level, the release script runs in 2 passes: **build** and **publish**.
At a high-level, the release process uses two scripts: **build** and **publish**.
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.
1. The **publish** script then publishes the built artifacts to npm and pushes to GitHub.

Expand Down

0 comments on commit 70dc3bb

Please # to comment.