Skip to content

Commit

Permalink
Fixed typo (#14943)
Browse files Browse the repository at this point in the history
  • Loading branch information
thtg88 authored and bvaughn committed Feb 24, 2019
1 parent ba708fa commit 1d6b166
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
Expand Up @@ -72,7 +72,7 @@ git checkout -b 16.8.3 v16.8.2
Next cherry pick any changes from master that you want to include in the release:

```sh
it cherry-pick <commit-hash>
git cherry-pick <commit-hash>
```

Once you have cherry picked all of the commits you want to include in the release, push your feature branch and create a Pull Request (so that Circle CI will create a canary):
Expand Down Expand Up @@ -137,4 +137,4 @@ Upon completion, this script provides instructions for tagging the Git commit th
To publish a release to NPM as both `next` and `latest`:
```sh
scripts/release/publish.js --tags next latest
```
```

0 comments on commit 1d6b166

Please sign in to comment.