diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-23 15:48:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 15:48:08 -0400 |
commit | 6db8cbb650f6fe47dbda7145fba8919f88f3de29 (patch) | |
tree | c4a54a30a16d28ff36646c5dd66fce1306b6260a /tools/cut_a_release.md | |
parent | df084b9f14e06f866f18206e8051c4721702fb44 (diff) |
chore: release crates for 1.13.2 (#11820)
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r-- | tools/cut_a_release.md | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md index 4eb601698..ea564b135 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -16,21 +16,8 @@ cut.** ## Updating the main repo -1. Create a PR that bumps versions of all crates in `bench_util`, `core`, `ext`, - `runtime` directories. - -To determine if you should bump a crate a minor version instead of a patch -version, check if you can answer any of the following questions with yes: - -- Did any of the crates direct dependencies have a semver breaking change? For - example did we update swc_ecmascript from 0.56.0 to 0.57.0, or did we update - rusty_v8? -- Did the external interface of the crate change (ops or changes to - `window.__bootstrap` in JS code)? - -When in doubt always do a minor bump instead of a patch. In essentially every -release all crates will need a minor bump. Patch bumps are the exception, not -the norm. +1. Create a PR that does a minor version bump of all crates in `bench_util`, + `core`, `ext`, `runtime` directories. 2. Make sure CI pipeline passes. |