summaryrefslogtreecommitdiff
path: root/docs/contributing/release_schedule.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-20 16:25:36 +0200
committerGitHub <noreply@github.com>2021-07-20 16:25:36 +0200
commitd744c0c6d9a557bbaa2a23571ffb3acabf19c35a (patch)
tree6f7fb8a71b786e79c48f4b2c11a5a9ca988717e8 /docs/contributing/release_schedule.md
parent9b9becf1ae256b645e37a7eecf3441f3ae4b8ea5 (diff)
chore: move docs to separate repository
Diffstat (limited to 'docs/contributing/release_schedule.md')
-rw-r--r--docs/contributing/release_schedule.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/contributing/release_schedule.md b/docs/contributing/release_schedule.md
deleted file mode 100644
index 3fb4ba0e2..000000000
--- a/docs/contributing/release_schedule.md
+++ /dev/null
@@ -1,35 +0,0 @@
-## Release Schedule
-
-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.11.0: June 8, 2021
-- 1.12.0: July 13, 2021
-- 1.13.0: August 10, 2021
-- 1.14.0: September 14, 2021
-
-Stable releases can be found on the
-[GitHub releases page](https://github.com/denoland/deno/releases).
-
-### Canary channel
-
-In addition to the stable channel described above, canaries are released
-multiple times daily (for each commit on main). You can upgrade to the latest
-canary release by running:
-
-```
-deno upgrade --canary
-```
-
-To update to a specific canary, pass the commit hash in the `--version` option:
-
-```
-deno upgrade --canary --version=973af61d8bb03c1709f61e456581d58386ed4952
-```
-
-To switch back to the stable channel, run `deno upgrade`.
-
-Canaries can be downloaded from https://dl.deno.land.