From ed0df31e77ca90ff6970ab4b8e16e64acc049f67 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 29 Dec 2020 17:20:39 -0800 Subject: docs: update release schedule dates (#8922) --- docs/contributing/release_schedule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3