Skip to content

Commit

Permalink
doc: add 'cargo outdated' step to release checklist
Browse files Browse the repository at this point in the history
It's just good sense to make sure everything is updated if possible.
  • Loading branch information
BurntSushi committed May 9, 2020
1 parent b458cf3 commit 6219d29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6219d29

Please sign in to comment.