mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
Publish v1.1.3 (#695)
This commit is contained in:
parent
d14d3c2092
commit
d143b3f87e
6 changed files with 2305 additions and 2274 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue