summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-21 06:55:57 +0000
committerLars Wirzenius <liw@liw.fi>2021-11-21 06:55:57 +0000
commit439653559da3a7fe3edbc9cb86c3d40cff668b2b (patch)
treed1221bdc187664e154b794e7809694ea8a726f57 /RELEASE.md
parent47a2a2d5d1cf53b02d6fc724a0c7b60effc5dd4f (diff)
parentc9ed57619837de53cf2fe4c2a24e4a2bcca4f8d5 (diff)
downloadobnam2-439653559da3a7fe3edbc9cb86c3d40cff668b2b.tar.gz
Merge branch 'audit' into 'main'
Prepare release 0.5.0 Closes #149 and #150 See merge request obnam/obnam!188
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 20548a1..41b2b28 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 outdated -R`
- `cargo update`
- - `cargo outdated`
+ - `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`