Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit a447daf

Browse files
authored
📚 doc version compat
1 parent 6dad58d commit a447daf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,19 @@ Create a `static.json` file to configure the web server for clean [`browserHisto
9292
}
9393
```
9494

95+
Version compatibility
96+
---------------------
97+
98+
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.
99+
100+
Currently, using branch `cra-0.2.x` will ensure that your deployment continues to work with 0.2.x versions of `create-react-app`.
101+
102+
```bash
103+
heroku create -b https://github.com/mars/create-react-app-buildpack.git#cra-0.2.x
104+
```
105+
106+
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`.
107+
95108

96109
Architecture 🏙
97110
------------

0 commit comments

Comments
 (0)