summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 20548a1..fefdb79 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -9,8 +9,9 @@ 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 update`
- `cargo outdated`
+ - `cargo update`
+ - `cargo deny check`
3. Make sure everything still works.
- `./check`
4. Review changes in the crate (`git log vX.Y.Y..`). Update the `NEWS.md`