Include guide for BreakingChanges page
Summary: We now keep track of breaking changes - include required steps to sync them up with the release so they are relevant. Differential Revision: D4225698 fbshipit-source-id: 35780330e95f2e51b3df192a709cd3e7431e52ab
This commit is contained in:
parent
22141468ab
commit
90284eb67d
|
@ -74,6 +74,12 @@ Before posting the list of changes, consider asking one of contributors for thei
|
||||||
|
|
||||||
**Important**: For release candiate releases, make sure to check "This is a pre-release"
|
**Important**: For release candiate releases, make sure to check "This is a pre-release"
|
||||||
|
|
||||||
|
#### Update `Breaking Changes` document
|
||||||
|
|
||||||
|
Once the release is cut, go to the [page](https://github.com/facebook/react-native/wiki/Breaking-Changes) where all breaking changes are listed and create section for the release. Don't forget to move all breaking changes from `master` that are now part of the release.
|
||||||
|
|
||||||
|
When finished and there are breaking changes, include them in the release notes you just created.
|
||||||
|
|
||||||
#### Tweet about the rc release
|
#### Tweet about the rc release
|
||||||
|
|
||||||
Tweet about it! Link to release notes and say "please report issues" and link to the master issue to track bugs you created.
|
Tweet about it! Link to release notes and say "please report issues" and link to the master issue to track bugs you created.
|
||||||
|
|
Loading…
Reference in New Issue