chore: release Docusaurus 3.3.0 + 3.3.1 + 3.3.2 (#10101)

This commit is contained in:
Sébastien Lorber 2024-05-03 17:14:41 +02:00 committed by GitHub
parent 2d8281fc03
commit c125f7a272
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
146 changed files with 21297 additions and 228 deletions

View file

@ -68,7 +68,7 @@ yarn serve
This local test step is optional because it will be run by the CI on your release PR ([see](https://github.com/facebook/docusaurus/pull/2954/checks?check_run_id=780871959))
### 3. Update the v2 changelog
### 3. Update the changelog
The changelog uses GitHub labels to classify each pull request. Use the GitHub interface to assign each newly merged pull request to a GitHub label starting with `pr:`, otherwise the PR won't appear in the changelog.
@ -187,7 +187,7 @@ If all accesses are available, build all the necessary packages, and then run th
```sh
yarn build:packages
yarn lerna publish --exact 2.0.0-beta.0
yarn lerna publish --force-publish --exact 2.0.0-beta.0
```
This command does a few things: