mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
docs: update release schedule dates (#8922)
This commit is contained in:
parent
92a8205d26
commit
ed0df31e77
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ version is released weekly, except in the week before a new minor release.
|
|||
|
||||
The release dates for the upcoming minor releases are:
|
||||
|
||||
- 1.6.0: December 8th, 2020
|
||||
- 1.7.0: January 19th, 2021
|
||||
- 1.8.0: March 2nd, 2021
|
||||
- 1.9.0: April 13, 2021
|
||||
|
||||
Stable releases can be found on the
|
||||
[GitHub releases page](https://github.com/denoland/deno/releases).
|
||||
|
@ -22,7 +22,7 @@ canary release by running:
|
|||
deno upgrade --canary
|
||||
```
|
||||
|
||||
To update to a specific canary, pass the commit has in the `--version` option:
|
||||
To update to a specific canary, pass the commit hash in the `--version` option:
|
||||
|
||||
```
|
||||
deno upgrade --canary --version=973af61d8bb03c1709f61e456581d58386ed4952
|
||||
|
|
Loading…
Reference in a new issue