This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new f59e96afc docs: update release docs to add cargo-deny setup (#3821)
f59e96afc is described below

commit f59e96afc5d998441801ed48e509ab0bbc9fefb1
Author: Liuqing Yue <[email protected]>
AuthorDate: Mon Dec 25 19:30:09 2023 +0800

    docs: update release docs to add cargo-deny setup (#3821)
---
 website/community/committers/release.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/community/committers/release.md 
b/website/community/committers/release.md
index 011a43b6c..2db0f9681 100644
--- a/website/community/committers/release.md
+++ b/website/community/committers/release.md
@@ -148,6 +148,8 @@ Please note that this version is the exact version of the 
release, not the relea
 
 ### Generate dependencies list
 
+Download and setup `cargo-deny`. You can refer to 
[cargo-deny](https://embarkstudios.github.io/cargo-deny/cli/index.html). 
+
 Running `python3 ./scripts/dependencies.py generate` to update the 
dependencies list of every package.
 
 ### Push release candidate tag

Reply via email to