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

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.
This commit is contained in:
Andrew Gallant 2021-06-12 07:54:51 -04:00
parent 0ee85a89f5
commit 21644408f2
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

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