Publish v1.1.3 (#695)

This commit is contained in:
Joel Marcey 2018-05-23 11:28:02 -07:00 committed by GitHub
parent d14d3c2092
commit d143b3f87e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2305 additions and 2274 deletions

View file

@ -11,8 +11,11 @@ If you are not currently logged into npm locally:
## Publish
1. Bump version number in `package.json`
2. `npm publish`
1. Bump version number in [`package.json`](https://github.com/facebook/Docusaurus/blob/master/package.json).
1. Update the [change log](https://github.com/facebook/Docusaurus/blob/master/CHANGELOG.md).
1. Run `npm install` and `yarn install` to update `package-lock.json` and/or `yarn.lock`.
1. From the `website` directory, run `npm run version x.x.x`, where x.x.x is the same version number you updated to in `package.json`.
1. Run `npm publish`
### What version should you use?