diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-10 15:26:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 15:26:10 +0200 |
| commit | 6091ea098a86cafb38aed3228a64ad96a046c817 (patch) | |
| tree | 1533eb7872db17abe2d88a8db32c4719d403ba4d /tools | |
| parent | fb20a6af761c8eb61a046b4c70e28061923e36ca (diff) | |
refactor: merge deno_file crate into deno_web (#10914)
This refactor makes it so there's one less crate to publish on each release.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/cut_a_release.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md index 2b823738b..cff04b8f3 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -34,10 +34,8 @@ between the crates, it must be done in specific order: first - `bench_util` - crates in `extensions/` directory - - `deno_crypto` and `deno_webstorage` depend on `deno_web`, so the latter must - be bumped and released first - - `deno_fetch` depends on `deno_file`, so the latter must be bumped and - released first + - `deno_fetch`, `deno_crypto` and `deno_webstorage` depend on `deno_web`, so + the latter must be bumped and released first - `runtime` - this crate depends on `deno_core` and all crates in `extensions/` directory |
