diff options
author | Luca Casonato <hello@lcas.dev> | 2021-07-03 21:32:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 21:32:28 +0200 |
commit | bf39b883d6b585a08abb4d272d9edc874545271a (patch) | |
tree | e1dfdd9a269226a40c946d151d209cdb30b8b15a /tools/cut_a_release.md | |
parent | 425b9a8228b62b68e3592771eda1538c9bc098d5 (diff) |
refactor: introduce primordials for ext/web (#11228)
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r-- | tools/cut_a_release.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md index 2d3fb8914..ef3f29dc3 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -42,10 +42,12 @@ between the crates, it must be done in specific order: first - `bench_util` - 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_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 released first + - `deno_timers` depends on `deno_url`, so the latter must be bumped and + released first - `runtime` - this crate depends on `deno_core` and all crates in `extensions/` directory |