From 7f0dc413a2da75ec6e2d148558b4c1088ee99aba Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 6 Jan 2017 14:17:13 +0000 Subject: [PATCH] No longer a WIP, eh? --- scripts/release-manager/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release-manager/Readme.md b/scripts/release-manager/Readme.md index aa972deedf..c304aca309 100644 --- a/scripts/release-manager/Readme.md +++ b/scripts/release-manager/Readme.md @@ -1,9 +1,9 @@ # react-release-manager -This is a WIP tool that is being used to manage React releases. +This is a tool that is being used to manage React releases. General prereqs: -- A separate clone of React, checked out to this branch (currently `release-manager`). This clone can be anywhere, so long as it is a separate working copy. Ideally this is where you are most comfortable working on React. +- A separate clone of React. This clone can be anywhere, so long as it is a separate working copy. Ideally this is where you are most comfortable working on React. - Your `react` clone should have the latest commits fetched before running commands. You may need to rebase or reset & re-run commands if not.