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

Commit

Permalink
Update README with latest release tag (#126)
Browse files Browse the repository at this point in the history
Update README with latest release tag
  • Loading branch information
DanAndreasson authored and mars committed Sep 10, 2018
1 parent e04470c commit afe3b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -476,10 +476,10 @@ This buildpack will never intentionally cause previously deployed apps to become
[Releases are tagged](https://github.com/mars/create-react-app-buildpack/releases), so you can lock an app to a specific version, if that kind of determinism pleases you:

```bash
heroku buildpacks:set https://github.com/mars/create-react-app-buildpack.git#v1.2.1
heroku buildpacks:set https://github.com/mars/create-react-app-buildpack.git#v5.1.0
```

✏️ *Replace `v1.2.1` with the desired [release tag](https://github.com/mars/create-react-app-buildpack/releases).*
✏️ *Replace `v5.1.0` with the desired [release tag](https://github.com/mars/create-react-app-buildpack/releases).*

♻️ Then, commit & deploy to rebuild on the new buildpack version.

Expand Down

0 comments on commit afe3b08

Please sign in to comment.