1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

doc: add 'cargo outdated' step to release checklist

It's just good sense to make sure everything is updated if possible.
This commit is contained in:
Andrew Gallant 2020-05-09 10:26:00 -04:00
parent b458cf39f2
commit 6219d29c24
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -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