summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-20 09:48:07 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-20 09:48:07 +0200
commit221a67fa199f5f28f9b9a88792e556a4f72bdfa7 (patch)
tree848eddaf4ac16568679abc353af63cb6552e5eed
parentf766cbf345cfb1219e80e3e375f94866048d9450 (diff)
downloadobnam2-221a67fa199f5f28f9b9a88792e556a4f72bdfa7.tar.gz
docs: add running "cargo deny check" to release process
Sponsored-by: author
-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`