summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-08 21:38:36 +0200
committerGitHub <noreply@github.com>2021-06-08 21:38:36 +0200
commitb98293e21cb7e55def8fea2ca015381150d4cebf (patch)
tree6591af5ea6d26d28eaf567e94abc8600f822019c /tools
parent3a96fe55a0d71b75975823c5535115683bb04880 (diff)
v1.11.0
Diffstat (limited to 'tools')
-rw-r--r--tools/cut_a_release.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md
index 499316512..246dde28f 100644
--- a/tools/cut_a_release.md
+++ b/tools/cut_a_release.md
@@ -35,6 +35,7 @@ between the crates, it must be done in specific order:
changes
- `deno_core` - all crates depend on `deno_core` so it must always be published
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