Skip to content

Commit

Permalink
Tweaked wording of release script README
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Oct 16, 2017
1 parent c371c15 commit 9ed78ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# React Release Script

At a high-level, the new release script runs in 2 passes: **build** and **publish**.
At a high-level, the release script runs in 2 passes: **build** and **publish**.
1. The **build** script does the heavy lifting (eg checking CI, running automated tests, building Rollup bundles) and then prints instructions for manual verification.
1. The **release** script then publishes the built artifacts to NPM and pushes to GitHub.
1. The **publish** script then publishes the built artifacts to NPM and pushes to GitHub.

Run a script without any parameters to see its usage, eg:
Run either script without parameters to see its usage, eg:
```
./scripts/release/build.js
./scripts/release/publish.js
Expand Down

0 comments on commit 9ed78ad

Please sign in to comment.