diff options
author | Rich Trott <rtrott@gmail.com> | 2020-12-29 17:20:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 20:20:39 -0500 |
commit | ed0df31e77ca90ff6970ab4b8e16e64acc049f67 (patch) | |
tree | a393710c3a2f3d644677e933c26d304558c167f4 /docs/contributing | |
parent | 92a8205d26f88cfa7b6f61fb2ca227feb77ecd17 (diff) |
docs: update release schedule dates (#8922)
Diffstat (limited to 'docs/contributing')
-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 |