Fix release script

This commit is contained in:
Nicolas Gallagher
2017-12-30 14:32:51 -08:00
parent 85aaa39206
commit bff3f50ae0
4 changed files with 54 additions and 14 deletions

View File

@@ -130,3 +130,18 @@ After you have submitted your pull request, we'll try to get back to you as
soon as possible. We may suggest some changes or improvements.
Thank you for contributing!
## Releases
To commit, publish, and push a final version:
```
yarn release <version>
```
Release candidates or versions that you'd like to publish to npm, but do not
want to produce a commit and push it to GitHub:
```
yarn release <version> --skip-git
```