summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-09 10:26:00 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-09 10:26:00 -0400
commit6219d29c247ff37d17be83cfc23ff61b64c24d11 (patch)
treea02b1d7ffae647fb8f2c2fdde279e1fc8ccc8d11
parentb458cf39f26f3cd238a56d2f0aa31322bbbc5fcd (diff)
doc: add 'cargo outdated' step to release checklist
It's just good sense to make sure everything is updated if possible.
-rw-r--r--RELEASE-CHECKLIST.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md
index b24cbdad..863a8f96 100644
--- a/RELEASE-CHECKLIST.md
+++ b/RELEASE-CHECKLIST.md
@@ -2,6 +2,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.
* 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.
* Edit the `Cargo.toml` to set the new ripgrep version. Run