summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index fefdb79..41b2b28 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -9,7 +9,7 @@ Follow these steps to make a release of Obnam.
1. Create a `release` branch.
- `git checkout -b release`
2. Update dependencies for the crate, and make any needed changes.
- - `cargo outdated`
+ - `cargo outdated -R`
- `cargo update`
- `cargo deny check`
3. Make sure everything still works.