diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-08-10 14:19:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 14:19:42 +0200 |
| commit | 548e4661121b32b2b9bfb0356b2329be91dec738 (patch) | |
| tree | 3161f88f673a41fa6480e4371dc2d2e322180845 /tools | |
| parent | b9a8111a00b58e355baf60a55893dbfc70b0dfdd (diff) | |
chore: release crates (#11628)
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 |
