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 abc868477..8c9160649 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -46,6 +46,8 @@ between the crates, it must be done in specific order: first - `bench_util` - crates in `extensions/` directory + - `deno_net`, `deno_websocket` and `deno_fetch` depend on `deno_tls`, so the + latter must be bumped and released first - `deno_fetch`, `deno_crypto`, `deno_timers` 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 |
