From a447daf1751bae3772c6fbad8a347f8a3fffb602 Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Wed, 10 Aug 2016 12:04:35 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20doc=20version=20compat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 72ccc9d4..694a64af 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,19 @@ Create a `static.json` file to configure the web server for clean [`browserHisto } ``` +Version compatibility +--------------------- + +We'll keep branches to maintain compatibility as `create-react-app` evolves. These will only be useful for projects that have been ejected and therefore stagnate with the tooling of a specific version. + +Currently, using branch `cra-0.2.x` will ensure that your deployment continues to work with 0.2.x versions of `create-react-app`. + +```bash +heroku create -b https://github.com/mars/create-react-app-buildpack.git#cra-0.2.x +``` + +Usually, using master [as directed in the main instructions](#create-the-heroku-app) will be appropriate to automatically keep up with the newest `create-react-app`. + Architecture 🏙 ------------