summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/cut_a_release.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md
index ad6914006..2940d762b 100644
--- a/tools/cut_a_release.md
+++ b/tools/cut_a_release.md
@@ -67,7 +67,8 @@ cut.**
10. Use the output of the above command to update `Releases.md`
-11. Update link in `cli/compat/mod.rs` with the released version of `deno_std`.
+11. Update link in `cli/compat/mod.rs` with the released version of `deno_std`
+ and do a search through the tests to find std urls that need to be updated.
12. Create a PR for these changes.