mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
942 B
942 B
Prereleasing New Version of Docusaurus
Steps
- Ensure that
origin
remote is your Docusaurus fork andupstream
is Docusaurus original repository.
$ git remote -v
origin https://github.com/endiliey/Docusaurus.git (fetch)
origin https://github.com/endiliey/Docusaurus.git (push)
upstream https://github.com/facebook/docusaurus.git (fetch)
upstream https://github.com/facebook/docusaurus.git (push)
- Pull latest changes from Docusaurus repository.
$ git fetch upstream && git checkout master && git merge upstream/master
- Modify
CHANGELOG.md
and other necessary files. Do not commit the changes. - Run
bash scripts/prerelease.sh
. - Create your pull request on GitHub.