diff options
-rw-r--r-- | docs/contributing/release_schedule.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing/release_schedule.md b/docs/contributing/release_schedule.md index 8aabac9c8..45924628a 100644 --- a/docs/contributing/release_schedule.md +++ b/docs/contributing/release_schedule.md @@ -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 |