mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore(v2): prepare v2.0.0.alpha-63 release (#3400)
* add alpha 63 + remove +3month old versions * update publish guide * v2.0.0-alpha.63
This commit is contained in:
parent
0baf3c2e54
commit
8af3ad4250
117 changed files with 2891 additions and 12128 deletions
|
@ -119,7 +119,9 @@ An example PR would be [#3114](https://github.com/facebook/docusaurus/pull/3114)
|
|||
|
||||
Stay on your local branch `<your_username>/<version_to_release>`
|
||||
|
||||
As we have a monorepo structure, we use `lerna publish` to publish the new version of packages to npm in one shot.
|
||||
As we have a monorepo structure, we use `lerna publish --exact` to publish the new version of packages to npm in one shot.
|
||||
|
||||
`--exact` is important to ensure we keep using fixed versions (without the ^ prefix added by Lerna).
|
||||
|
||||
First, be sure to run the command below to verify that you have access to all the necessary repositories.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue