summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-16 13:24:06 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-16 14:14:04 +0200
commit986d6a416459276650a7d81b6204da5236c0b7b5 (patch)
tree95ae25f5b7ab6fb431555f656a2576c9bd10f384
parent18b297fdc7b5db59db59bdbcf943506370057ab6 (diff)
downloadsubplot-986d6a416459276650a7d81b6204da5236c0b7b5.tar.gz
docs: add cargo audit and deny steps to release process
Sponsored-by: author
-rw-r--r--RELEASE.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index fc72718..652b9bf 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -17,6 +17,12 @@ To find all crates, run the following at the root of the source tree:
git ls-files | grep Cargo.toml
~~~
+Run these at the root of the source tree, and either fix anything
+that's found, or at least report it on the issue tracker:
+
+1. `cargo audit`
+2. `cargo deny --workspace check`
+
Do these for each crate, with leaf crates in the dependency tree
first: