Skip to content

Commit faabe22

Browse files
authored
Use next tag for canary releases in the doc (#17923)
1 parent 57333ca commit faabe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ scripts/release/prepare-canary.js --build=13471
3535

3636
Once the canary has been checked out and tested locally, you're ready to publish it:
3737
```sh
38-
scripts/release/publish.js --tags canary
38+
scripts/release/publish.js --tags next
3939
```
4040

4141
<sup>1: You can omit the `build` param if you just want to release the latest commit as a canary.</sup>

0 commit comments

Comments
 (0)