From 684c357136fd44f9d5a1b8bb4402400ed1354677 Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Fri, 30 Apr 2021 12:51:48 -0700 Subject: Rename crate_ops to extensions (#10431) --- tools/cut_a_release.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') 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, -- cgit v1.2.3