diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-21 17:47:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 17:47:25 +0200 |
commit | 2c0e482221cd86fdbdc055c76f1c214200419946 (patch) | |
tree | f3be68f751dbe80f69d965a611b2dfd1fc09b3cd /tools | |
parent | 90e3abe8f9aa536809e89b1e232845f3a6d7604d (diff) |
v1.11.2
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cut_a_release.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md index cff04b8f3..047e90de1 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -36,6 +36,8 @@ between the crates, it must be done in specific order: - crates in `extensions/` directory - `deno_fetch`, `deno_crypto` and `deno_webstorage` depend on `deno_web`, so the latter must be bumped and released first + - `deno_url` depends on `deno_webidl`, so the latter must be bumped and + released first - `runtime` - this crate depends on `deno_core` and all crates in `extensions/` directory |