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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 170d8ad  Automated deployment: e1263b80f0a79ed38c0883d12a3e8a5074ed9060
170d8ad is described below

commit 170d8ad54be9fa90658e710ff2d7b9ad4c4b798b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 21 09:52:22 2021 +0000

    Automated deployment: e1263b80f0a79ed38c0883d12a3e8a5074ed9060
---
 en-us/community/release.html | 40 ++++++++++++++++++++--------------------
 en-us/community/release.json |  2 +-
 zh-cn/community/release.html | 38 +++++++++++++++++++-------------------
 zh-cn/community/release.json |  2 +-
 4 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/en-us/community/release.html b/en-us/community/release.html
index f76a205..748f0c1 100644
--- a/en-us/community/release.html
+++ b/en-us/community/release.html
@@ -141,7 +141,7 @@ If there is any problem in gpg signature, 
<code>Close</code> will fail, but you
 cd ~/ds_svn/dev/
 </code></pre>
 <p>After the creation, checkout dolphinscheduler release directory from Apache 
SVN.</p>
-<pre><code class="language-shell">svn --username=${APACHE LDAP username} co 
https://dist.apache.org/repos/dist/dev/incubator/dolphinscheduler
+<pre><code class="language-shell">svn --username=${APACHE LDAP username} co 
https://dist.apache.org/repos/dist/dev/dolphinscheduler
 cd ~/ds_svn/dev/dolphinscheduler
 </code></pre>
 <h3>Add gpg Public Key</h3>
@@ -159,8 +159,8 @@ cd ~/ds_svn/dev/dolphinscheduler/${RELEASE.VERSION}
 cp -f ~/dolphinscheduler/dolphinscheduler-dist/target/*.tar.gz.asc 
~/ds_svn/dev/dolphinscheduler/${RELEASE.VERSION}
 </code></pre>
 <h3>Generate sign files</h3>
-<pre><code class="language-shell">shasum -a 512 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip &gt;&gt; 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip.sha512
-shasum -b -a 512 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz
 &gt;&gt; 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz.sha512
+<pre><code class="language-shell">shasum -a 512 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz &gt;&gt; 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.sha512
+shasum -b -a 512 apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz 
&gt;&gt; apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.sha512
 </code></pre>
 <h3>Commit to Apache SVN</h3>
 <pre><code class="language-shell">svn add *
@@ -168,8 +168,8 @@ svn --username=${APACHE LDAP username} commit -m 
&quot;release ${RELEASE.VERSION
 </code></pre>
 <h2>Check Release</h2>
 <h3>Check sha512 hash</h3>
-<pre><code class="language-shell">shasum -c 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip.sha512
-shasum -c 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz.sha512
+<pre><code class="language-shell">shasum -c 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.sha512
+shasum -c apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.sha512
 </code></pre>
 <h3>Check gpg Signature</h3>
 <p>First, import releaser's public key.
@@ -194,12 +194,12 @@ Your decision? 5
   &gt;</span><span class="bash"> save</span>
 </code></pre>
 <p>Then, check the gpg signature.</p>
-<pre><code class="language-shell">gpg --verify 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip.asc 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip
-gpg --verify 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz.asc
 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz
+<pre><code class="language-shell">gpg --verify 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.asc 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz
+gpg --verify apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.asc 
apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz
 </code></pre>
 <h3>Check Released Files</h3>
 <h4>Check source package</h4>
-<p>Decompress 
<code>apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip</code> and 
check the following items:</p>
+<p>Decompress 
<code>apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz</code> and check 
the following items:</p>
 <ul>
 <li>Check whether source tarball is oversized for including nonessential 
files</li>
 <li><code>LICENSE</code> and <code>NOTICE</code> files exist</li>
@@ -211,7 +211,7 @@ gpg --verify 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinschedu
 <li>Check if there is any extra files or folders, empty folders for 
example</li>
 </ul>
 <h4>Check binary packages</h4>
-<p>Decompress 
<code>apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz</code>
+<p>Decompress 
<code>apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz</code> and 
<code>apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz</code>
 to check the following items:</p>
 <ul>
 <li><code>LICENSE</code> and <code>NOTICE</code> files exist</li>
@@ -248,12 +248,12 @@ After at least 72 hours and with at least 3 <code>+1 
binding</code> votes (only
 </ol>
 <p>NOTE: Must invite all mentors to vote during the community vote.</p>
 <p>Title:</p>
-<pre><code>[VOTE] Release Apache DolphinScheduler (Incubating) 
${RELEASE.VERSION}
+<pre><code>[VOTE] Release Apache DolphinScheduler ${RELEASE.VERSION}
 </code></pre>
 <p>Body:</p>
 <pre><code>Hello DolphinScheduler Community,
 
-This is a call for vote to release Apache DolphinScheduler (Incubating) 
version ${RELEASE.VERSION}
+This is a call for vote to release Apache DolphinScheduler version 
${RELEASE.VERSION}
 
 Release notes:
 
https://dist.apache.org/repos/dist/dev/dolphinscheduler/${RELEASE.VERSION}/ReleaseNotes.md
@@ -307,7 +307,7 @@ 
https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklis
 <li>Announce the vote result:</li>
 </ol>
 <p>Body:</p>
-<pre><code>The vote to release Apache DolphinScheduler (Incubating) 
${RELEASE.VERSION} has passed.Here is the vote result,
+<pre><code>The vote to release Apache DolphinScheduler ${RELEASE.VERSION} has 
passed.Here is the vote result,
 
 7 PPMC member +1 votes:
 
@@ -328,17 +328,17 @@ Thanks everyone for taking time to check this release and 
help us.
 <li>Apache Community Vote Template:</li>
 </ol>
 <p>Title:</p>
-<pre><code>[VOTE] Release Apache DolphinScheduler (Incubating) 
${RELEASE.VERSION}
+<pre><code>[VOTE] Release Apache DolphinScheduler ${RELEASE.VERSION}
 </code></pre>
 <p>Body:</p>
 <pre><code>Hello everyone,
 
-This is a call for vote to release Apache DolphinScheduler (Incubating) 
version ${RELEASE.VERSION}.
+This is a call for vote to release Apache DolphinScheduler version 
${RELEASE.VERSION}.
 
 The Apache DolphinScheduler community has voted on and approved a proposal to 
release
-Apache DolphinScheduler (Incubating) version ${RELEASE.VERSION}.
+Apache DolphinScheduler version ${RELEASE.VERSION}.
 
-We now kindly request the Incubator IPMC members review and vote on this 
incubator release.
+We now kindly request the PMC members review and vote on this release.
 
 Dolphin Scheduler is a distributed and easy-to-extend visual workflow 
scheduler system,
 dedicated to solving the complex task dependencies in data processing, making 
the scheduler system out of the box for data processing.
@@ -408,7 +408,7 @@ The following votes are carried over from DolphinScheduler 
dev mailing list,
 </ol>
 <p><strong>Notice: Please include the votes from DolphinScheduler community 
above.</strong></p>
 <p>Title:</p>
-<pre><code>[RESULT][VOTE] Release Apache DolphinScheduler (Incubating) 
${RELEASE.VERSION}
+<pre><code>[RESULT][VOTE] Release Apache DolphinScheduler ${RELEASE.VERSION}
 </code></pre>
 <p>正文:</p>
 <pre><code>We’ve received 3 +1 binding votes and one +1 non-binding vote:
@@ -424,7 +424,7 @@ I will process to publish the release and send ANNOUNCE.
 </code></pre>
 <h2>Finish the Release</h2>
 <h3>Move source packages, binary packages and KEYS from the <code>dev</code> 
directory to <code>release</code> directory</h3>
-<pre><code class="language-shell">svn mv 
https://dist.apache.org/repos/dist/dev/incubator/dolphinscheduler/${RELEASE.VERSION}
 https://dist.apache.org/repos/dist/release/incubator/dolphinscheduler/
+<pre><code class="language-shell">svn mv 
https://dist.apache.org/repos/dist/dev/dolphinscheduler/${RELEASE.VERSION} 
https://dist.apache.org/repos/dist/release/dolphinscheduler/
 </code></pre>
 <h3>Find DolphinScheduler in staging repository and click 
<code>Release</code></h3>
 <p>###. Update the download page</p>
@@ -434,12 +434,12 @@ 
https://dolphinscheduler.apache.org/zh-cn/download/download.html
 <h3>Send e-mail to <code>[email protected]</code> and 
<code>[email protected]</code> to announce the release is 
finished</h3>
 <p>Announcement e-mail template:</p>
 <p>Title:</p>
-<pre><code>[ANNOUNCE] Release Apache DolphinScheduler (Incubating) 
${RELEASE.VERSION}
+<pre><code>[ANNOUNCE] Release Apache DolphinScheduler ${RELEASE.VERSION}
 </code></pre>
 <p>Body:</p>
 <pre><code>Hi all,
 
-We are glad to announce the release of Apache DolphinScheduler(incubating) 
${RELEASE.VERSION}. Once again I would like to express my thanks to your help.
+We are glad to announce the release of Apache DolphinScheduler 
${RELEASE.VERSION}. Once again I would like to express my thanks to your help.
 
 Dolphin Scheduler is a distributed and easy-to-extend visual workflow 
scheduler system,
 dedicated to solving the complex task dependencies in data processing, making 
the scheduler system out of the box for data processing.
diff --git a/en-us/community/release.json b/en-us/community/release.json
index 480758e..b89bd59 100644
--- a/en-us/community/release.json
+++ b/en-us/community/release.json
@@ -1,6 +1,6 @@
 {
   "filename": "release.md",
-  "__html": "<h1>Release Guide</h1>\n<h2>GPG Settings</h2>\n<h3>Install 
GPG</h3>\n<p>Download installation package on <a 
href=\"https://www.gnupg.org/download/index.html\";>official GnuPG 
website</a>.\nThe command of GnuPG 1.x version can differ a little from that of 
2.x version.\nThe following instructions take <code>GnuPG-2.1.23</code> version 
for example.</p>\n<p>After the installation, execute the following command to 
check the version number.</p>\n<pre><code class=\"language-shell\"> [...]
+  "__html": "<h1>Release Guide</h1>\n<h2>GPG Settings</h2>\n<h3>Install 
GPG</h3>\n<p>Download installation package on <a 
href=\"https://www.gnupg.org/download/index.html\";>official GnuPG 
website</a>.\nThe command of GnuPG 1.x version can differ a little from that of 
2.x version.\nThe following instructions take <code>GnuPG-2.1.23</code> version 
for example.</p>\n<p>After the installation, execute the following command to 
check the version number.</p>\n<pre><code class=\"language-shell\"> [...]
   "link": "/dist/en-us/community/release.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/community/release.html b/zh-cn/community/release.html
index e56faf0..f0e61bf 100644
--- a/zh-cn/community/release.html
+++ b/zh-cn/community/release.html
@@ -156,7 +156,7 @@ git push origin --tags
 cd ~/ds_svn/dev/
 </code></pre>
 <p>创建完毕后,从Apache SVN检出dolphinscheduler发布目录。</p>
-<pre><code class="language-shell">svn --username=${APACHE LDAP 用户名} co 
https://dist.apache.org/repos/dist/dev/incubator/dolphinscheduler
+<pre><code class="language-shell">svn --username=${APACHE LDAP 用户名} co 
https://dist.apache.org/repos/dist/dev/dolphinscheduler
 cd ~/ds_svn/dev/dolphinscheduler
 </code></pre>
 <h3>添加gpg公钥</h3>
@@ -174,8 +174,8 @@ cp -f 
~/dolphinscheduler/dolphinscheduler-dist/target/*.tar.gz.asc ~/ds_svn/dev/
 
 </code></pre>
 <h3>生成文件签名</h3>
-<pre><code class="language-shell">shasum -a 512 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip &gt;&gt; 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip.sha512
-shasum -b -a 512 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz
 &gt;&gt; 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz.sha512
+<pre><code class="language-shell">shasum -a 512 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz &gt;&gt; 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.sha512
+shasum -b -a 512 apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz 
&gt;&gt; apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.sha512
 </code></pre>
 <h3>提交Apache SVN</h3>
 <pre><code class="language-shell">cd ~/ds_svn/dev/dolphinscheduler
@@ -184,8 +184,8 @@ svn --username=${APACHE LDAP 用户名} commit -m &quot;release 
${RELEASE.VERSIO
 </code></pre>
 <h2>检查发布结果</h2>
 <h3>检查sha512哈希</h3>
-<pre><code class="language-shell">shasum -c 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip.sha512
-shasum -c 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz.sha512
+<pre><code class="language-shell">shasum -c 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.sha512
+shasum -c apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.sha512
 </code></pre>
 <h3>检查gpg签名</h3>
 <p>首先导入发布人公钥。从svn仓库导入KEYS到本地环境。(发布版本的人不需要再导入,帮助做验证的人需要导入,用户名填发版人的即可)</p>
@@ -209,12 +209,12 @@ Your decision? 5
   &gt;</span><span class="bash"> save</span>
 </code></pre>
 <p>然后进行gpg签名检查。</p>
-<pre><code class="language-shell">gpg --verify 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip.asc 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip
-gpg --verify 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz.asc
 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-bin.tar.gz
+<pre><code class="language-shell">gpg --verify 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz.asc 
apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz
+gpg --verify apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz.asc 
apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz
 </code></pre>
 <h3>检查发布文件内容</h3>
 <h4>检查源码包的文件内容</h4>
-<p>解压缩<code>apache-dolphinscheduler-incubating-${RELEASE.VERSION}-src.zip</code>,进行如下检查:</p>
+<p>解压缩<code>apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz</code>,进行如下检查:</p>
 <ul>
 <li>检查源码包是否包含由于包含不必要文件,致使tarball过于庞大</li>
 <li>存在<code>LICENSE</code>和<code>NOTICE</code>文件</li>
@@ -225,7 +225,7 @@ gpg --verify 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinschedu
 <li>检查是否有多余文件或文件夹,例如空文件夹等</li>
 </ul>
 <h4>检查二进制包的文件内容</h4>
-<p>解压缩<code>apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-backend-bin.tar.gz</code>和<code>apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinscheduler-front-bin.tar.gz</code>
+<p>解压缩<code>apache-dolphinscheduler-${RELEASE.VERSION}-src.tar.gz</code>和<code>apache-dolphinscheduler-${RELEASE.VERSION}-bin.tar.gz</code>
 进行如下检查:</p>
 <ul>
 <li>存在<code>LICENSE</code>和<code>NOTICE</code>文件</li>
@@ -260,12 +260,12 @@ gpg --verify 
apache-dolphinscheduler-incubating-${RELEASE.VERSION}-dolphinschedu
 </ol>
 <p>注意: 在社区投票过程中,需要邀请所有mentor参加投票。</p>
 <p>标题:</p>
-<pre><code>[VOTE] Release Apache DolphinScheduler (Incubating) 
${RELEASE.VERSION}
+<pre><code>[VOTE] Release Apache DolphinScheduler ${RELEASE.VERSION}
 </code></pre>
 <p>正文:</p>
 <pre><code>Hello DolphinScheduler Community,
 
-This is a call for vote to release Apache DolphinScheduler (Incubating) 
version ${RELEASE.VERSION}
+This is a call for vote to release Apache DolphinScheduler version 
${RELEASE.VERSION}
 
 Release notes:
 
https://dist.apache.org/repos/dist/dev/dolphinscheduler/${RELEASE.VERSION}/ReleaseNotes.md
@@ -319,7 +319,7 @@ 
https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklis
 <li>宣布投票结果模板:</li>
 </ol>
 <p>正文:</p>
-<pre><code>The vote to release Apache DolphinScheduler (Incubating) 
${RELEASE.VERSION} has passed.Here is the vote result,
+<pre><code>The vote to release Apache DolphinScheduler ${RELEASE.VERSION} has 
passed.Here is the vote result,
 
 7 PPMC member +1 votes:
 
@@ -340,17 +340,17 @@ Thanks everyone for taking time to check this release and 
help us.
 <li>Apache社区投票邮件模板:</li>
 </ol>
 <p>标题:</p>
-<pre><code>[VOTE] Release Apache DolphinScheduler (Incubating) 
${RELEASE.VERSION}
+<pre><code>[VOTE] Release Apache DolphinScheduler ${RELEASE.VERSION}
 </code></pre>
 <p>正文:</p>
 <pre><code>Hello everyone,
 
-This is a call for vote to release Apache DolphinScheduler (Incubating) 
version ${RELEASE.VERSION}.
+This is a call for vote to release Apache DolphinScheduler version 
${RELEASE.VERSION}.
 
 The Apache DolphinScheduler community has voted on and approved a proposal to 
release
-Apache DolphinScheduler (Incubating) version ${RELEASE.VERSION}.
+Apache DolphinScheduler version ${RELEASE.VERSION}.
 
-We now kindly request the Incubator IPMC members review and vote on this 
incubator release.
+We now kindly request the PMC members review and vote on this release.
 
 Dolphin Scheduler is a distributed and easy-to-extend visual workflow 
scheduler system,
 dedicated to solving the complex task dependencies in data processing, making 
the scheduler system out of the box for data processing.
@@ -435,7 +435,7 @@ I will process to publish the release and send ANNOUNCE.
 <ol>
 <li>将源码和二进制包从svn的dev目录移动到release目录</li>
 </ol>
-<pre><code class="language-shell">svn mv 
https://dist.apache.org/repos/dist/dev/incubator/dolphinscheduler/${RELEASE.VERSION}
 https://dist.apache.org/repos/dist/release/incubator/dolphinscheduler/
+<pre><code class="language-shell">svn mv 
https://dist.apache.org/repos/dist/dev/dolphinscheduler/${RELEASE.VERSION} 
https://dist.apache.org/repos/dist/release/dolphinscheduler/
 </code></pre>
 <ol start="2">
 <li>
@@ -453,12 +453,12 @@ 
https://dolphinscheduler.apache.org/zh-cn/download/download.html
 </ol>
 <p>通知邮件模板:</p>
 <p>标题:</p>
-<pre><code>[ANNOUNCE] Release Apache DolphinScheduler (Incubating) 
${RELEASE.VERSION}
+<pre><code>[ANNOUNCE] Release Apache DolphinScheduler ${RELEASE.VERSION}
 </code></pre>
 <p>正文:</p>
 <pre><code>Hi all,
 
-We are glad to announce the release of Apache DolphinScheduler(incubating) 
${RELEASE.VERSION}. Once again I would like to express my thanks to your help.
+We are glad to announce the release of Apache DolphinScheduler 
${RELEASE.VERSION}. Once again I would like to express my thanks to your help.
 
 Dolphin Scheduler is a distributed and easy-to-extend visual workflow 
scheduler system,
 dedicated to solving the complex task dependencies in data processing, making 
the scheduler system out of the box for data processing.
diff --git a/zh-cn/community/release.json b/zh-cn/community/release.json
index f50e588..b799ee1 100644
--- a/zh-cn/community/release.json
+++ b/zh-cn/community/release.json
@@ -1,6 +1,6 @@
 {
   "filename": "release.md",
-  "__html": "<h1>发版指南</h1>\n<h2>GPG设置</h2>\n<h3>安装GPG</h3>\n<p>在<a 
href=\"https://www.gnupg.org/download/index.html\";>GnuPG官网</a>下载安装包。\nGnuPG的1.x版本和2.x版本的命令有细微差别,下列说明以<code>GnuPG-2.1.23</code>版本为例。</p>\n<p>安装完成后,执行以下命令查看版本号。</p>\n<pre><code
 class=\"language-shell\">gpg 
--version\n</code></pre>\n<h3>创建key</h3>\n<p>安装完成后,执行以下命令创建key。</p>\n<p><code>GnuPG-2.x</code>可使用:</p>\n<pre><code
 class=\"language-shell\">gpg 
--full-gen-key\n</code></pre>\n<p><code>GnuPG-1.x</code>可使用:</p>\n<pre><code  
[...]
+  "__html": "<h1>发版指南</h1>\n<h2>GPG设置</h2>\n<h3>安装GPG</h3>\n<p>在<a 
href=\"https://www.gnupg.org/download/index.html\";>GnuPG官网</a>下载安装包。\nGnuPG的1.x版本和2.x版本的命令有细微差别,下列说明以<code>GnuPG-2.1.23</code>版本为例。</p>\n<p>安装完成后,执行以下命令查看版本号。</p>\n<pre><code
 class=\"language-shell\">gpg 
--version\n</code></pre>\n<h3>创建key</h3>\n<p>安装完成后,执行以下命令创建key。</p>\n<p><code>GnuPG-2.x</code>可使用:</p>\n<pre><code
 class=\"language-shell\">gpg 
--full-gen-key\n</code></pre>\n<p><code>GnuPG-1.x</code>可使用:</p>\n<pre><code  
[...]
   "link": "/dist/zh-cn/community/release.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to