diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-16 16:49:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 16:49:14 -0400 |
commit | a66a7bebbe1a79304769d4b2011ad1795700ec15 (patch) | |
tree | a487083080720e7a949a80ff761733cdf9b9ce30 /tools/cut_a_release.md | |
parent | 6ced7b0383769807bdd864ebbf6a16a418d3f821 (diff) |
chore: release crates for 1.13.1 (#11729)
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r-- | tools/cut_a_release.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md index 54c453bfa..ac186db92 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -16,8 +16,8 @@ cut.** ## Updating the main repo -1. Create a PR that bumps versions of all crates in `ext` and `runtime` - directories. +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: |