# Prereleasing New Version of Docusaurus ![demo](http://res.cloudinary.com/rengorum/image/upload/v1533297353/demo.gif) # Steps 1. Ensure that `origin` remote is your Docusaurus fork and `upstream` is Docusaurus original repository. ```bash $ 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) ``` 2. Pull latest changes from Docusaurus repository. ```bash $ git fetch upstream && git checkout master && git merge upstream/master ``` 2. Modify `CHANGELOG.md` and other necessary files. Do not commit the changes. 3. Run `bash scripts/prerelease.sh`. 4. Create your pull request on GitHub. pull request