diff options
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 |
