From 1bee3467ad0f05015741d76d49af03c63c5ea8d4 Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Mon, 18 Apr 2016 11:34:23 -0700 Subject: [PATCH] Update releasing guide Summary:This is WIP as I am going through release steps. Submitting few ideas. List: - NDK is actually needed in the first step for the e2e scripts to run. Closes https://github.com/facebook/react-native/pull/7038 Differential Revision: D3191761 Pulled By: mkonicek fb-gh-sync-id: e6bd51b3c339ed430086f4e21a3b3e6c3864f06f fbshipit-source-id: e6bd51b3c339ed430086f4e21a3b3e6c3864f06f --- Releases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Releases.md b/Releases.md index 5aafc3008..79a4f9727 100644 --- a/Releases.md +++ b/Releases.md @@ -33,11 +33,11 @@ are green and then run This script runs end to end with a proxy npm repository on local PC and asks to check that Chrome Debugging works. -#### Cut a release branch and push to github - -To cut a release branch and check that everything works, you'll need Mac OS with the +**Note**: In order to run the e2e tests, you'll need Mac OS with the [Android dev environment set up](https://github.com/facebook/react-native/blob/master/ReactAndroid/README.md). +#### Cut a release branch and push to github + Run: ```