diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-11-17 11:00:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 11:00:58 -0500 |
commit | 4836ab769c00c83b7c5488c4d9c5f185be858e70 (patch) | |
tree | 52192948a8a88b5e1b4c86fbd8cd7b1c2e3d063f /tools/cut_a_release.md | |
parent | cd61cedd194eab6630f443c2dfaf9ef9a8b733f1 (diff) |
1.16.2 (#12794)
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r-- | tools/cut_a_release.md | 3 |
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. |