You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by gi...@apache.org on 2021/09/01 08:01:17 UTC

[incubator-inlong-website] branch asf-site updated: Automated deployment: Wed Sep 1 08:01:12 UTC 2021 ca755b1652b0425274bf45e20a2f7f12270276ef

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/incubator-inlong-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 169003f  Automated deployment: Wed Sep  1 08:01:12 UTC 2021 ca755b1652b0425274bf45e20a2f7f12270276ef
169003f is described below

commit 169003f86cfd946946f68db938d374ba45a7023d
Author: gosonzhang <go...@users.noreply.github.com>
AuthorDate: Wed Sep 1 08:01:12 2021 +0000

    Automated deployment: Wed Sep  1 08:01:12 UTC 2021 ca755b1652b0425274bf45e20a2f7f12270276ef
---
 docs/en-us/development/how-to-release.md   | 12 ++++++------
 docs/zh-cn/development/how-to-release.md   | 12 ++++++------
 en-us/docs/development/how-to-release.html | 12 ++++++------
 en-us/docs/development/how-to-release.json |  2 +-
 en-us/docs/development/how-to-release.md   | 12 ++++++------
 zh-cn/docs/development/how-to-release.html | 12 ++++++------
 zh-cn/docs/development/how-to-release.json |  2 +-
 zh-cn/docs/development/how-to-release.md   | 12 ++++++------
 8 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/docs/en-us/development/how-to-release.md b/docs/en-us/development/how-to-release.md
index 64e5227..d64bdc6 100644
--- a/docs/en-us/development/how-to-release.md
+++ b/docs/en-us/development/how-to-release.md
@@ -177,7 +177,6 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
         <password>{user-pass}</password>
     </server>
   </servers>
-</settings>
 <profiles>
     <profile>
       <id>apache-release</id>
@@ -189,6 +188,7 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
       </properties>
     </profile>
 </profiles>
+</settings>
 ```
 
 ## 3. 编译打包
@@ -213,7 +213,8 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
 
 **创建一个带签名的tag**
 ```shell
-$ git tag -s ${release_version}-${rc_version} -m "Tagging the ${release_version} first Releae Candidate (Candidates start at zero)"
+$ git_tag=${release_version}-${rc_version}
+$ git tag -s $git_tag -m "Tagging the ${release_version} first Releae Candidate (Candidates start at zero)"
 # 如果遇到错误 gpg: signing failed: secret key not available,先配置下私钥
 $ git config user.signingkey ${KEY_ID}
 ```
@@ -234,8 +235,7 @@ cd /tmp/apache-inlong-${release_version}-${rc_version} # 进入源码包目录
 tar xzvf apache-inlong-${release_version}-src.tar.gz #解压源码包
 cd apache-inlong-${release_version} # 进入源码目录
 mvn compile clean install package -DskipTests # 编译
-cp ./inlong-client/target/apache-inlong-client-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝client包到源码包目录下,方面下一步对包进行签名
-cp ./inlong-server/target/apache-inlong-server-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝server包到源码包目录下,方面下一步对包进行签名
+cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/  # 拷贝二进制包拷到源码包目录下,方面下一步对包进行签名
 ```
 
 ### 3.5 对源码包/二进制包进行签名/sha512
@@ -313,7 +313,7 @@ InLong毕业之后,只需要在InLong社区投票
 
 Hello Apache InLong PPMC and Community,
 
-    This is a call for vote to release Apache InLong version ${release_version}-${rc_version}.
+    This is a call for a vote to release Apache InLong version ${release_version}-${rc_version}.
 
     The tag to be voted on is ${release_version}-${rc_version}:
 
@@ -356,7 +356,7 @@ Hello Apache InLong PPMC and Community,
       [ ] Can compile from source
       [ ] All Tests Passed
 
-      More detail checklist  please refer:
+      More detailed checklist  please refer to:
       https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
 
 Thanks,
diff --git a/docs/zh-cn/development/how-to-release.md b/docs/zh-cn/development/how-to-release.md
index 669e35d..c935af3 100644
--- a/docs/zh-cn/development/how-to-release.md
+++ b/docs/zh-cn/development/how-to-release.md
@@ -174,7 +174,6 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
         <password>{user-pass}</password>
     </server>
   </servers>
-</settings>
 <profiles>
     <profile>
       <id>apache-release</id>
@@ -186,6 +185,7 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
       </properties>
     </profile>
 </profiles>
+</settings>
 ```
 
 ## 3. 编译打包
@@ -211,7 +211,8 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
 
 **创建一个带签名的tag**
 ```shell
-$ git tag -s ${release_version}-${rc_version} -m "Tagging the ${release_version} first Releae Candidate (Candidates start at zero)"
+$ git_tag=${release_version}-${rc_version}
+$ git tag -s $git_tag -m "Tagging the ${release_version} first Releae Candidate (Candidates start at zero)"
 # 如果遇到错误 gpg: signing failed: secret key not available,先配置下私钥
 $ git config user.signingkey ${KEY_ID}
 ```
@@ -232,8 +233,7 @@ cd /tmp/apache-inlong-${release_version}-${rc_version} # 进入源码包目录
 tar xzvf apache-inlong-${release_version}-src.tar.gz #解压源码包
 cd apache-inlong-${release_version} # 进入源码目录
 mvn compile clean install package -DskipTests # 编译
-cp ./inlong-client/target/apache-inlong-client-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝client包到源码包目录下,方面下一步对包进行签名
-cp ./inlong-server/target/apache-inlong-server-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝server包到源码包目录下,方面下一步对包进行签名
+cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/  # 拷贝二进制包拷到源码包目录下,方面下一步对包进行签名
 ```
 
 ### 3.5 对源码包/二进制包进行签名/sha512
@@ -311,7 +311,7 @@ InLong毕业之后,只需要在InLong社区投票
 
 Hello Apache InLong PPMC and Community,
 
-    This is a call for vote to release Apache InLong version ${release_version}-${rc_version}.
+    This is a call for a vote to release Apache InLong version ${release_version}-${rc_version}.
 
     The tag to be voted on is ${release_version}-${rc_version}:
 
@@ -354,7 +354,7 @@ Hello Apache InLong PPMC and Community,
       [ ] Can compile from source
       [ ] All Tests Passed
 
-      More detail checklist  please refer:
+      More detailed checklist  please refer to:
       https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
 
 Thanks,
diff --git a/en-us/docs/development/how-to-release.html b/en-us/docs/development/how-to-release.html
index d4a12ec..8b791d2 100644
--- a/en-us/docs/development/how-to-release.html
+++ b/en-us/docs/development/how-to-release.html
@@ -163,7 +163,6 @@ sub   rsa4096 2020-05-18 [E]
         <span class="hljs-tag">&lt;<span class="hljs-name">password</span>&gt;</span>{user-pass}<span class="hljs-tag">&lt;/<span class="hljs-name">password</span>&gt;</span>
     <span class="hljs-tag">&lt;/<span class="hljs-name">server</span>&gt;</span>
   <span class="hljs-tag">&lt;/<span class="hljs-name">servers</span>&gt;</span>
-<span class="hljs-tag">&lt;/<span class="hljs-name">settings</span>&gt;</span>
 <span class="hljs-tag">&lt;<span class="hljs-name">profiles</span>&gt;</span>
     <span class="hljs-tag">&lt;<span class="hljs-name">profile</span>&gt;</span>
       <span class="hljs-tag">&lt;<span class="hljs-name">id</span>&gt;</span>apache-release<span class="hljs-tag">&lt;/<span class="hljs-name">id</span>&gt;</span>
@@ -175,6 +174,7 @@ sub   rsa4096 2020-05-18 [E]
       <span class="hljs-tag">&lt;/<span class="hljs-name">properties</span>&gt;</span>
     <span class="hljs-tag">&lt;/<span class="hljs-name">profile</span>&gt;</span>
 <span class="hljs-tag">&lt;/<span class="hljs-name">profiles</span>&gt;</span>
+<span class="hljs-tag">&lt;/<span class="hljs-name">settings</span>&gt;</span>
 </code></pre>
 <h2>3. 编译打包</h2>
 <h3>3.1 准备分支</h3>
@@ -202,7 +202,8 @@ sub   rsa4096 2020-05-18 [E]
 <p>创建tag前,要确保代码已经检查无误,包括:编译成功、单元测试全部成功,RAT检查成功等</p>
 </blockquote>
 <p><strong>创建一个带签名的tag</strong></p>
-<pre><code class="language-shell"><span class="hljs-meta">$</span><span class="bash"> git tag -s <span class="hljs-variable">${release_version}</span>-<span class="hljs-variable">${rc_version}</span> -m <span class="hljs-string">"Tagging the <span class="hljs-variable">${release_version}</span> first Releae Candidate (Candidates start at zero)"</span></span>
+<pre><code class="language-shell"><span class="hljs-meta">$</span><span class="bash"> git_tag=<span class="hljs-variable">${release_version}</span>-<span class="hljs-variable">${rc_version}</span></span>
+<span class="hljs-meta">$</span><span class="bash"> git tag -s <span class="hljs-variable">$git_tag</span> -m <span class="hljs-string">"Tagging the <span class="hljs-variable">${release_version}</span> first Releae Candidate (Candidates start at zero)"</span></span>
 <span class="hljs-meta">#</span><span class="bash"> 如果遇到错误 gpg: signing failed: secret key not available,先配置下私钥</span>
 <span class="hljs-meta">$</span><span class="bash"> git config user.signingkey <span class="hljs-variable">${KEY_ID}</span></span>
 </code></pre>
@@ -221,8 +222,7 @@ git archive --format=tar.gz --output="/tmp/apache-inlong-${release_version}-${rc
 tar xzvf apache-inlong-${release_version}-src.tar.gz #解压源码包
 cd apache-inlong-${release_version} # 进入源码目录
 mvn compile clean install package -DskipTests # 编译
-cp ./inlong-client/target/apache-inlong-client-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝client包到源码包目录下,方面下一步对包进行签名
-cp ./inlong-server/target/apache-inlong-server-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝server包到源码包目录下,方面下一步对包进行签名
+cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/  # 拷贝二进制包拷到源码包目录下,方面下一步对包进行签名
 </code></pre>
 <h3>3.5 对源码包/二进制包进行签名/sha512</h3>
 <pre><code class="language-shell">for i in *.tar.gz; do echo $i; gpg --print-md SHA512 $i &gt; $i.sha512 ; done # 计算SHA512
@@ -291,7 +291,7 @@ InLong毕业之后,只需要在InLong社区投票</li>
 
 Hello Apache InLong PPMC and Community,
 
-    This is a call for vote to release Apache InLong version ${release_version}-${rc_version}.
+    This is a call for a vote to release Apache InLong version ${release_version}-${rc_version}.
 
     The tag to be voted on is ${release_version}-${rc_version}:
 
@@ -334,7 +334,7 @@ Hello Apache InLong PPMC and Community,
       [ ] Can compile from source
       [ ] All Tests Passed
 
-      More detail checklist  please refer:
+      More detailed checklist  please refer to:
       https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
 
 Thanks,
diff --git a/en-us/docs/development/how-to-release.json b/en-us/docs/development/how-to-release.json
index a8e4f97..c569fe6 100644
--- a/en-us/docs/development/how-to-release.json
+++ b/en-us/docs/development/how-to-release.json
@@ -1,6 +1,6 @@
 {
   "filename": "how-to-release.md",
-  "__html": "<h1>如何发布版本</h1>\n<p><font color=\"#dd0000\" size=\"4\">TODO: This page needs to be translated into English. If you are interested, just do it.</font></p>\n<blockquote>\n<p>本文主要介绍了Release Manager如何按照Apache的流程发布版本,</p>\n</blockquote>\n<h2>0. 前言</h2>\n<p>Source Release是Apache关注的重点,也是发布的必须内容;\nBinary Release是可选项,InLong可以选择是否发布二进制包到Apache仓库或者发布到Maven中央仓库。</p>\n<p>请参考以下链接,找到更多关于ASF的发布指南:</p>\n<p><a href=\"https://incubator.apache.org/guides/releasemanagement.html\">Apache Release  [...]
+  "__html": "<h1>如何发布版本</h1>\n<p><font color=\"#dd0000\" size=\"4\">TODO: This page needs to be translated into English. If you are interested, just do it.</font></p>\n<blockquote>\n<p>本文主要介绍了Release Manager如何按照Apache的流程发布版本,</p>\n</blockquote>\n<h2>0. 前言</h2>\n<p>Source Release是Apache关注的重点,也是发布的必须内容;\nBinary Release是可选项,InLong可以选择是否发布二进制包到Apache仓库或者发布到Maven中央仓库。</p>\n<p>请参考以下链接,找到更多关于ASF的发布指南:</p>\n<p><a href=\"https://incubator.apache.org/guides/releasemanagement.html\">Apache Release  [...]
   "link": "/en-us/docs/development/how-to-release.html",
   "meta": {
     "title": "How to Release - Apache InLong"
diff --git a/en-us/docs/development/how-to-release.md b/en-us/docs/development/how-to-release.md
index 64e5227..d64bdc6 100644
--- a/en-us/docs/development/how-to-release.md
+++ b/en-us/docs/development/how-to-release.md
@@ -177,7 +177,6 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
         <password>{user-pass}</password>
     </server>
   </servers>
-</settings>
 <profiles>
     <profile>
       <id>apache-release</id>
@@ -189,6 +188,7 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
       </properties>
     </profile>
 </profiles>
+</settings>
 ```
 
 ## 3. 编译打包
@@ -213,7 +213,8 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
 
 **创建一个带签名的tag**
 ```shell
-$ git tag -s ${release_version}-${rc_version} -m "Tagging the ${release_version} first Releae Candidate (Candidates start at zero)"
+$ git_tag=${release_version}-${rc_version}
+$ git tag -s $git_tag -m "Tagging the ${release_version} first Releae Candidate (Candidates start at zero)"
 # 如果遇到错误 gpg: signing failed: secret key not available,先配置下私钥
 $ git config user.signingkey ${KEY_ID}
 ```
@@ -234,8 +235,7 @@ cd /tmp/apache-inlong-${release_version}-${rc_version} # 进入源码包目录
 tar xzvf apache-inlong-${release_version}-src.tar.gz #解压源码包
 cd apache-inlong-${release_version} # 进入源码目录
 mvn compile clean install package -DskipTests # 编译
-cp ./inlong-client/target/apache-inlong-client-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝client包到源码包目录下,方面下一步对包进行签名
-cp ./inlong-server/target/apache-inlong-server-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝server包到源码包目录下,方面下一步对包进行签名
+cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/  # 拷贝二进制包拷到源码包目录下,方面下一步对包进行签名
 ```
 
 ### 3.5 对源码包/二进制包进行签名/sha512
@@ -313,7 +313,7 @@ InLong毕业之后,只需要在InLong社区投票
 
 Hello Apache InLong PPMC and Community,
 
-    This is a call for vote to release Apache InLong version ${release_version}-${rc_version}.
+    This is a call for a vote to release Apache InLong version ${release_version}-${rc_version}.
 
     The tag to be voted on is ${release_version}-${rc_version}:
 
@@ -356,7 +356,7 @@ Hello Apache InLong PPMC and Community,
       [ ] Can compile from source
       [ ] All Tests Passed
 
-      More detail checklist  please refer:
+      More detailed checklist  please refer to:
       https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
 
 Thanks,
diff --git a/zh-cn/docs/development/how-to-release.html b/zh-cn/docs/development/how-to-release.html
index 99151ca..a6b70b6 100644
--- a/zh-cn/docs/development/how-to-release.html
+++ b/zh-cn/docs/development/how-to-release.html
@@ -161,7 +161,6 @@ sub   rsa4096 2020-05-18 [E]
         <span class="hljs-tag">&lt;<span class="hljs-name">password</span>&gt;</span>{user-pass}<span class="hljs-tag">&lt;/<span class="hljs-name">password</span>&gt;</span>
     <span class="hljs-tag">&lt;/<span class="hljs-name">server</span>&gt;</span>
   <span class="hljs-tag">&lt;/<span class="hljs-name">servers</span>&gt;</span>
-<span class="hljs-tag">&lt;/<span class="hljs-name">settings</span>&gt;</span>
 <span class="hljs-tag">&lt;<span class="hljs-name">profiles</span>&gt;</span>
     <span class="hljs-tag">&lt;<span class="hljs-name">profile</span>&gt;</span>
       <span class="hljs-tag">&lt;<span class="hljs-name">id</span>&gt;</span>apache-release<span class="hljs-tag">&lt;/<span class="hljs-name">id</span>&gt;</span>
@@ -173,6 +172,7 @@ sub   rsa4096 2020-05-18 [E]
       <span class="hljs-tag">&lt;/<span class="hljs-name">properties</span>&gt;</span>
     <span class="hljs-tag">&lt;/<span class="hljs-name">profile</span>&gt;</span>
 <span class="hljs-tag">&lt;/<span class="hljs-name">profiles</span>&gt;</span>
+<span class="hljs-tag">&lt;/<span class="hljs-name">settings</span>&gt;</span>
 </code></pre>
 <h2>3. 编译打包</h2>
 <h3>3.1 准备分支</h3>
@@ -200,7 +200,8 @@ sub   rsa4096 2020-05-18 [E]
 <p>创建tag前,要确保代码已经检查无误,包括:编译成功、单元测试全部成功,RAT检查成功等</p>
 </blockquote>
 <p><strong>创建一个带签名的tag</strong></p>
-<pre><code class="language-shell"><span class="hljs-meta">$</span><span class="bash"> git tag -s <span class="hljs-variable">${release_version}</span>-<span class="hljs-variable">${rc_version}</span> -m <span class="hljs-string">"Tagging the <span class="hljs-variable">${release_version}</span> first Releae Candidate (Candidates start at zero)"</span></span>
+<pre><code class="language-shell"><span class="hljs-meta">$</span><span class="bash"> git_tag=<span class="hljs-variable">${release_version}</span>-<span class="hljs-variable">${rc_version}</span></span>
+<span class="hljs-meta">$</span><span class="bash"> git tag -s <span class="hljs-variable">$git_tag</span> -m <span class="hljs-string">"Tagging the <span class="hljs-variable">${release_version}</span> first Releae Candidate (Candidates start at zero)"</span></span>
 <span class="hljs-meta">#</span><span class="bash"> 如果遇到错误 gpg: signing failed: secret key not available,先配置下私钥</span>
 <span class="hljs-meta">$</span><span class="bash"> git config user.signingkey <span class="hljs-variable">${KEY_ID}</span></span>
 </code></pre>
@@ -219,8 +220,7 @@ git archive --format=tar.gz --output="/tmp/apache-inlong-${release_version}-${rc
 tar xzvf apache-inlong-${release_version}-src.tar.gz #解压源码包
 cd apache-inlong-${release_version} # 进入源码目录
 mvn compile clean install package -DskipTests # 编译
-cp ./inlong-client/target/apache-inlong-client-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝client包到源码包目录下,方面下一步对包进行签名
-cp ./inlong-server/target/apache-inlong-server-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝server包到源码包目录下,方面下一步对包进行签名
+cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/  # 拷贝二进制包拷到源码包目录下,方面下一步对包进行签名
 </code></pre>
 <h3>3.5 对源码包/二进制包进行签名/sha512</h3>
 <pre><code class="language-shell">for i in *.tar.gz; do echo $i; gpg --print-md SHA512 $i &gt; $i.sha512 ; done # 计算SHA512
@@ -289,7 +289,7 @@ InLong毕业之后,只需要在InLong社区投票</li>
 
 Hello Apache InLong PPMC and Community,
 
-    This is a call for vote to release Apache InLong version ${release_version}-${rc_version}.
+    This is a call for a vote to release Apache InLong version ${release_version}-${rc_version}.
 
     The tag to be voted on is ${release_version}-${rc_version}:
 
@@ -332,7 +332,7 @@ Hello Apache InLong PPMC and Community,
       [ ] Can compile from source
       [ ] All Tests Passed
 
-      More detail checklist  please refer:
+      More detailed checklist  please refer to:
       https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
 
 Thanks,
diff --git a/zh-cn/docs/development/how-to-release.json b/zh-cn/docs/development/how-to-release.json
index 0446cb9..2b59635 100644
--- a/zh-cn/docs/development/how-to-release.json
+++ b/zh-cn/docs/development/how-to-release.json
@@ -1,6 +1,6 @@
 {
   "filename": "how-to-release.md",
-  "__html": "<h1>如何发布版本</h1>\n<blockquote>\n<p>本文主要介绍了Release Manager如何按照Apache的流程发布版本,</p>\n</blockquote>\n<p>Source Release是Apache关注的重点,也是发布的必须内容;\nBinary Release是可选项,InLong可以选择是否发布二进制包到Apache仓库或者发布到Maven中央仓库。</p>\n<p>请参考以下链接,找到更多关于ASF的发布指南:</p>\n<p><a href=\"https://incubator.apache.org/guides/releasemanagement.html\">Apache Release Guide</a></p>\n<p><a href=\"https://incubator.apache.org/\">Apache incubator 官网</a></p>\n<h2>1. 添加GPG KEY</h2>\n<blockquote>\n<p>本章节主要参考:<a href=\"https:/ [...]
+  "__html": "<h1>如何发布版本</h1>\n<blockquote>\n<p>本文主要介绍了Release Manager如何按照Apache的流程发布版本,</p>\n</blockquote>\n<p>Source Release是Apache关注的重点,也是发布的必须内容;\nBinary Release是可选项,InLong可以选择是否发布二进制包到Apache仓库或者发布到Maven中央仓库。</p>\n<p>请参考以下链接,找到更多关于ASF的发布指南:</p>\n<p><a href=\"https://incubator.apache.org/guides/releasemanagement.html\">Apache Release Guide</a></p>\n<p><a href=\"https://incubator.apache.org/\">Apache incubator 官网</a></p>\n<h2>1. 添加GPG KEY</h2>\n<blockquote>\n<p>本章节主要参考:<a href=\"https:/ [...]
   "link": "/zh-cn/docs/development/how-to-release.html",
   "meta": {
     "title": "如何发布版本- Apache InLong"
diff --git a/zh-cn/docs/development/how-to-release.md b/zh-cn/docs/development/how-to-release.md
index 669e35d..c935af3 100644
--- a/zh-cn/docs/development/how-to-release.md
+++ b/zh-cn/docs/development/how-to-release.md
@@ -174,7 +174,6 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
         <password>{user-pass}</password>
     </server>
   </servers>
-</settings>
 <profiles>
     <profile>
       <id>apache-release</id>
@@ -186,6 +185,7 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
       </properties>
     </profile>
 </profiles>
+</settings>
 ```
 
 ## 3. 编译打包
@@ -211,7 +211,8 @@ Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/i
 
 **创建一个带签名的tag**
 ```shell
-$ git tag -s ${release_version}-${rc_version} -m "Tagging the ${release_version} first Releae Candidate (Candidates start at zero)"
+$ git_tag=${release_version}-${rc_version}
+$ git tag -s $git_tag -m "Tagging the ${release_version} first Releae Candidate (Candidates start at zero)"
 # 如果遇到错误 gpg: signing failed: secret key not available,先配置下私钥
 $ git config user.signingkey ${KEY_ID}
 ```
@@ -232,8 +233,7 @@ cd /tmp/apache-inlong-${release_version}-${rc_version} # 进入源码包目录
 tar xzvf apache-inlong-${release_version}-src.tar.gz #解压源码包
 cd apache-inlong-${release_version} # 进入源码目录
 mvn compile clean install package -DskipTests # 编译
-cp ./inlong-client/target/apache-inlong-client-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝client包到源码包目录下,方面下一步对包进行签名
-cp ./inlong-server/target/apache-inlong-server-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ # 拷贝server包到源码包目录下,方面下一步对包进行签名
+cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/  # 拷贝二进制包拷到源码包目录下,方面下一步对包进行签名
 ```
 
 ### 3.5 对源码包/二进制包进行签名/sha512
@@ -311,7 +311,7 @@ InLong毕业之后,只需要在InLong社区投票
 
 Hello Apache InLong PPMC and Community,
 
-    This is a call for vote to release Apache InLong version ${release_version}-${rc_version}.
+    This is a call for a vote to release Apache InLong version ${release_version}-${rc_version}.
 
     The tag to be voted on is ${release_version}-${rc_version}:
 
@@ -354,7 +354,7 @@ Hello Apache InLong PPMC and Community,
       [ ] Can compile from source
       [ ] All Tests Passed
 
-      More detail checklist  please refer:
+      More detailed checklist  please refer to:
       https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
 
 Thanks,