Publish v1.1.4 (#703)

This commit is contained in:
Yangshun Tay 2018-05-25 23:10:44 -07:00 committed by GitHub
parent b5fd7bae73
commit b7be85843a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 133 additions and 3 deletions

View file

@ -12,7 +12,7 @@ If you are not currently logged into npm locally:
## 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. Update the [changelog](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`