summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 07:54:51 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 07:54:51 -0400
commit21644408f2816451b62c9c7da5b16119d00b6f40 (patch)
treed1075564912cf3bea19fc39fad9c6c2b940a38b6
parent0ee85a89f5b0c6a34d9f2fba7f9aaee8527bc90c (diff)
release: tweak 'cargo outdated' advice
I do run --aggressive, although I've been ignoring the clap 3 update for what seems like forever since it's still in beta.
-rw-r--r--RELEASE-CHECKLIST.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md
index c42bbd5d..c56ba04e 100644
--- a/RELEASE-CHECKLIST.md
+++ b/RELEASE-CHECKLIST.md
@@ -3,7 +3,8 @@ Release Checklist
* Run `cargo update` and review dependency updates. Commit updated
`Cargo.lock`.
* Run `cargo outdated` and review semver incompatible updates. Unless there is
- a strong motivation otherwise, review and update every dependency.
+ a strong motivation otherwise, review and update every dependency. Also
+ run `--aggressive`, but don't update to crates that are still in beta.
* Review changes for every crate in `crates` since the last ripgrep release.
If the set of changes is non-empty, issue a new release for that crate. Check
crates in the following order. After updating a crate, ensure minimal