summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Perron <hey@wperron.io>2021-06-22 10:39:44 -0400
committerGitHub <noreply@github.com>2021-06-22 10:39:44 -0400
commit9c0b41e24bc5f4ec08c62517f40b74506ac9f0d1 (patch)
tree18f5c8644063caecdeb674389cba1a699e2f4e7b
parent6261c89e04b8f1a3aabc771dbc8cddad904710e9 (diff)
chore: update release instructions (#11079)
Add instructions for the release process of `deno_std` and `deno_docker` repos
-rw-r--r--tools/cut_a_release.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md
index 047e90de1..2d3fb8914 100644
--- a/tools/cut_a_release.md
+++ b/tools/cut_a_release.md
@@ -4,6 +4,14 @@
release from) should be frozen and no commits should land until the release is
cut.**
+## Updating `deno_std`
+
+1. Open a PR on the `deno_std` repo that bumps the version in `version.ts` and
+ updates `Releases.md`
+2. Create a tag with the version number (_without_ `v` prefix).
+
+## Updating the main repo
+
1. Create a PR that bumps versions of all crates in `extensions` and `runtime`
directories.
@@ -67,3 +75,9 @@ The CI pipeline will create a release draft on GitHub
13. Update the Deno version on the website by updating
https://github.com/denoland/deno_website2/blob/main/versions.json.
+
+## Updating `deno_docker`
+
+1. Open a PR on the `deno_docker` repo that bumps the Deno version in all
+ Dockerfiles, the README and the example Dockerfile
+2. Create a tag with the version number (_without_ `v` prefix).