summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndy Hayden <andyhayden1@gmail.com>2021-04-30 12:51:48 -0700
committerGitHub <noreply@github.com>2021-04-30 15:51:48 -0400
commit684c357136fd44f9d5a1b8bb4402400ed1354677 (patch)
treeebc14b1d01b6643dd4d588516692dffc0f8fcb52 /tools
parentabaec7a88e991188d885bede652f35d76ab4f340 (diff)
Rename crate_ops to extensions (#10431)
Diffstat (limited to 'tools')
-rw-r--r--tools/cut_a_release.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md
index 365ed2402..ec5853819 100644
--- a/tools/cut_a_release.md
+++ b/tools/cut_a_release.md
@@ -4,7 +4,7 @@
release from) should be frozen and no commits should land until the release is
cut.**
-1. Create a PR that bumps versions of all crates in `op_crates` and `runtime`
+1. Create a PR that bumps versions of all crates in `extensions` and `runtime`
directories.
To determine if you should bump a crate a minor version instead of a patch
@@ -32,9 +32,9 @@ between the crates, it must be done in specific order:
- `deno_core` - all crates depend on `deno_core` so it must always be published
first
-- crates in `op_crates/` directory - there is no specific order required for
+- crates in `extensions/` directory - there is no specific order required for
those
-- `runtime` - this crate depends on `deno_core` and all crates in `op_crates/`
+- `runtime` - this crate depends on `deno_core` and all crates in `extensions/`
directory
If there are any problems when you publish, that require you to change the code,