summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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).