From 221a67fa199f5f28f9b9a88792e556a4f72bdfa7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Nov 2021 09:48:07 +0200 Subject: docs: add running "cargo deny check" to release process Sponsored-by: author --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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` -- cgit v1.2.1