Use next tag for canary releases in the doc

This commit is contained in:
Dan Abramov 2020-01-29 16:01:14 +00:00 committed by GitHub
parent 57333ca33a
commit c34de9c7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ scripts/release/prepare-canary.js --build=13471
Once the canary has been checked out and tested locally, you're ready to publish it:
```sh
scripts/release/publish.js --tags canary
scripts/release/publish.js --tags next
```
<sup>1: You can omit the `build` param if you just want to release the latest commit as a canary.</sup>