diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-05 07:49:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 13:49:13 +0100 |
commit | 8e01e232996b38b751ba6c2cf2638152a758a3c3 (patch) | |
tree | 230a5f9c219116e4acbd47dae544452e2bdad048 | |
parent | afbae1c99da0b23fc1bb793cc34c6c8d3973d85c (diff) |
chore: Update release schedule (#9697)
-rw-r--r-- | docs/contributing/release_schedule.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/contributing/release_schedule.md b/docs/contributing/release_schedule.md index 7242dc164..b28039548 100644 --- a/docs/contributing/release_schedule.md +++ b/docs/contributing/release_schedule.md @@ -1,12 +1,14 @@ ## Release Schedule -A new minor release for the `deno` cli is released every 6 weeks. A new patch -version is released weekly, except in the week before a new minor release. +A new minor release for the `deno` cli is released every 6 weeks. After 1.9.0 we +will be switching to a 4 week release cycle. A new patch version is released +weekly, as necessary. The release dates for the upcoming minor releases are: -- 1.8.0: March 2nd, 2021 - 1.9.0: April 13, 2021 +- 1.10.0: May 11, 2021 +- 1.11.0: June 8, 2021 Stable releases can be found on the [GitHub releases page](https://github.com/denoland/deno/releases). |