From 90284eb67d9ca27dc2d5651313c1fddf69fa9cf1 Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Tue, 22 Nov 2016 21:57:53 -0800 Subject: [PATCH] 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 --- Releases.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Releases.md b/Releases.md index d2c275098..99257309c 100644 --- a/Releases.md +++ b/Releases.md @@ -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" +#### 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 it! Link to release notes and say "please report issues" and link to the master issue to track bugs you created.