Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo #14943

Merged
merged 1 commit into from
Feb 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
```
```