You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by lo...@apache.org on 2022/04/22 03:57:31 UTC

[incubator-brpc] branch master updated: Add list-sigs in release step

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

lorinlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new a5d2174e Add list-sigs in release step
     new 51a818e4 Merge pull request #1730 from wwbmmm/update-release-doc
a5d2174e is described below

commit a5d2174e5f48671bf269f149ea1e5fd3e260d360
Author: wwbmmm <ww...@163.com>
AuthorDate: Tue Mar 29 15:54:05 2022 +0800

    Add list-sigs in release step
---
 community/release_cn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/release_cn.md b/community/release_cn.md
index 6df88234..3081be75 100644
--- a/community/release_cn.md
+++ b/community/release_cn.md
@@ -195,7 +195,7 @@ cd ~/brpc_svn/dev/brpc
 仅第一次部署的账号需要添加,只要KEYS中包含已经部署过的账户的公钥即可。
 
 ```
-gpg -a --export lorinlee >> KEYS
+(gpg --list-sigs lorinlee && gpg -a --export lorinlee) >> KEYS
 ```
 
 ## 3. 将待发布的代码包添加至SVN目录


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org