Add a step to the release process

This commit is contained in:
Dan Abramov 2017-03-01 22:56:06 +00:00 committed by GitHub
parent 5881371b61
commit c8f14c26b0
1 changed files with 8 additions and 1 deletions

View File

@ -382,7 +382,14 @@ git push
**This step is only necessary for a stable release.** **This step is only necessary for a stable release.**
If youre just cutting an alpha, you should skip it. If youre just cutting an alpha, you should skip it.
Copy your new release notes from `CHANGELOG.md` and [create a new Release](https://github.com/facebook/react/releases/new) on GitHub. Choose the tag version you just pushed in the dropdown so that it says “Existing tag”. Paste the release notes and push the button. Copy your new release notes from `CHANGELOG.md` and [create a new Release](https://github.com/facebook/react/releases/new) on GitHub. Choose the tag version you just pushed in the dropdown so that it says “Existing tag”. Paste the release notes.
Finally, attach these files to the release:
* `build/react.js`
* `build/react.min.js`
* `build/react-dom.js`
* `build/react-dom.min.js`
### Force-Updating the Website ### Force-Updating the Website