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/07/23 07:01:20 UTC

[incubator-inlong-website] branch asf-site updated: Automated deployment: Fri Jul 23 07:01:12 UTC 2021 ba365b132efa257e7b1f8a7de7723b9e0637e19b

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 679d245  Automated deployment: Fri Jul 23 07:01:12 UTC 2021 ba365b132efa257e7b1f8a7de7723b9e0637e19b
679d245 is described below

commit 679d245400a0ead1963157104515132da5976125
Author: gosonzhang <go...@users.noreply.github.com>
AuthorDate: Fri Jul 23 07:01:12 2021 +0000

    Automated deployment: Fri Jul 23 07:01:12 UTC 2021 ba365b132efa257e7b1f8a7de7723b9e0637e19b
---
 docs/en-us/development/how-to-release.md   | 25 +++++++++++++------------
 docs/zh-cn/development/how-to-release.md   | 25 +++++++++++++------------
 en-us/docs/development/how-to-release.html | 25 +++++++++++++------------
 en-us/docs/development/how-to-release.json |  2 +-
 en-us/docs/development/how-to-release.md   | 25 +++++++++++++------------
 zh-cn/docs/development/how-to-release.html | 25 +++++++++++++------------
 zh-cn/docs/development/how-to-release.json |  2 +-
 zh-cn/docs/development/how-to-release.md   | 25 +++++++++++++------------
 8 files changed, 80 insertions(+), 74 deletions(-)

diff --git a/docs/en-us/development/how-to-release.md b/docs/en-us/development/how-to-release.md
index 39fd548..6dc3da2 100644
--- a/docs/en-us/development/how-to-release.md
+++ b/docs/en-us/development/how-to-release.md
@@ -283,7 +283,7 @@ cp /tmp/apache-inlong-${release_version}-${rc_version}/*tar.gz* ${release_versio
 svn status # 检查svn状态
 svn add ${release_version}-${rc_version} # 添加到svn版本
 svn status # 检查svn状态
-svn commit -m 'prepare for ${release_version} ${rc_version}'# 提交至svn远程服务器
+svn commit -m "prepare for ${release_version} ${rc_version}"     # 提交至svn远程服务器
 ```
 ### 4.4 关闭Apache Staging仓库
 > 请确保所有的artifact都是ok的
@@ -391,17 +391,17 @@ Your InLong Release Manager
 #### 5.2.1 投票模板
 
 ```html
-标题:[VOTE] Release Apache InLong (Incubating) ${release_version} ${rc_version}
+标题:[VOTE] Release Apache InLong(Incubating) ${release_version} ${rc_version}
 
 内容:
 
 Hello Incubator Community,
 
-    This is a call for a vote to release Apache InLong (Incubating) version
+    This is a call for a vote to release Apache InLong(Incubating) version
     ${release_version} ${rc_version}
 
     The Apache InLong community has voted on and approved a proposal to release
-    Apache InLong (Incubating) version ${release_version} ${rc_version}
+    Apache InLong(Incubating) version ${release_version} ${rc_version}
 
     We now kindly request the Incubator PMC members review and vote on this
     incubator release.
@@ -433,7 +433,7 @@ Hello Incubator Community,
     [ ] -1 disapprove with the reason
 
 Thanks,
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 
 ```
 
@@ -444,7 +444,7 @@ On behalf of Apache InLong (Incubating) community
 内容:
 Hi all
 
-Thanks for reviewing and voting for Apache InLong (Incubating) ${release_version} {rc_version}
+Thanks for reviewing and voting for Apache InLong(Incubating) ${release_version} {rc_version}
 release, I am happy to announce the release voting has passed with [投票结果数]
 binding votes, no +0 or -1 votes. Binding votes are from IPMC
 
@@ -456,11 +456,11 @@ The voting thread is:
 [投票链接]
 
 Many thanks for all our mentors helping us with the release procedure, and
-all IPMC helped us to review and vote for Apache InLong (Incubating) release. I will
+all IPMC helped us to review and vote for Apache InLong(Incubating) release. I will
 be working on publishing the artifacts soon.
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 ```
 
 ## 6. 正式发布
@@ -498,10 +498,11 @@ svn delete https://dist.apache.org/repos/dist/release/incubator/inlong/${last_re
 Hi all,
 
 The Apache InLong(incubating) community is pleased to announce 
-that Apache InLong (incubating) ${release_version} has been released!
+that Apache InLong(incubating) ${release_version} has been released!
 
-Apache InLong is a trillion-records-scale distributed messaging queue (MQ) system, 
-focuses on data transmission and storage under massive data. 
+Apache InLong is a one-stop data streaming platform that provides automatic, secure,
+distributed, and efficient data publishing and subscription capabilities.
+This platform helps you easily build stream-based data applications.
 
 Download Links: xxx
 
@@ -514,5 +515,5 @@ InLong Resources:
 - Mailing list: dev@inlong.apache.org
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 ```
diff --git a/docs/zh-cn/development/how-to-release.md b/docs/zh-cn/development/how-to-release.md
index 11219f9..461b1b8 100644
--- a/docs/zh-cn/development/how-to-release.md
+++ b/docs/zh-cn/development/how-to-release.md
@@ -281,7 +281,7 @@ cp /tmp/apache-inlong-${release_version}-${rc_version}/*tar.gz* ${release_versio
 svn status # 检查svn状态
 svn add ${release_version}-${rc_version} # 添加到svn版本
 svn status # 检查svn状态
-svn commit -m 'prepare for ${release_version} ${rc_version}'# 提交至svn远程服务器
+svn commit -m "prepare for ${release_version} ${rc_version}" # 提交至svn远程服务器
 ```
 ### 4.4 关闭Apache Staging仓库
 > 请确保所有的artifact都是ok的
@@ -389,17 +389,17 @@ Your InLong Release Manager
 #### 5.2.1 投票模板
 
 ```html
-标题:[VOTE] Release Apache InLong (Incubating) ${release_version} ${rc_version}
+标题:[VOTE] Release Apache InLong(Incubating) ${release_version} ${rc_version}
 
 内容:
 
 Hello Incubator Community,
 
-    This is a call for a vote to release Apache InLong (Incubating) version
+    This is a call for a vote to release Apache InLong(Incubating) version
     ${release_version} ${rc_version}
 
     The Apache InLong community has voted on and approved a proposal to release
-    Apache InLong (Incubating) version ${release_version} ${rc_version}
+    Apache InLong(Incubating) version ${release_version} ${rc_version}
 
     We now kindly request the Incubator PMC members review and vote on this
     incubator release.
@@ -431,7 +431,7 @@ Hello Incubator Community,
     [ ] -1 disapprove with the reason
 
 Thanks,
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 
 ```
 
@@ -442,7 +442,7 @@ On behalf of Apache InLong (Incubating) community
 内容:
 Hi all
 
-Thanks for reviewing and voting for Apache InLong (Incubating) ${release_version} {rc_version}
+Thanks for reviewing and voting for Apache InLong(Incubating) ${release_version} {rc_version}
 release, I am happy to announce the release voting has passed with [投票结果数]
 binding votes, no +0 or -1 votes. Binding votes are from IPMC
 
@@ -454,11 +454,11 @@ The voting thread is:
 [投票链接]
 
 Many thanks for all our mentors helping us with the release procedure, and
-all IPMC helped us to review and vote for Apache InLong (Incubating) release. I will
+all IPMC helped us to review and vote for Apache InLong(Incubating) release. I will
 be working on publishing the artifacts soon.
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 ```
 
 ## 6. 正式发布
@@ -496,10 +496,11 @@ svn delete https://dist.apache.org/repos/dist/release/incubator/inlong/${last_re
 Hi all,
 
 The Apache InLong(incubating) community is pleased to announce 
-that Apache InLong (incubating) ${release_version} has been released!
+that Apache InLong(incubating) ${release_version} has been released!
 
-Apache InLong is a trillion-records-scale distributed messaging queue (MQ) system, 
-focuses on data transmission and storage under massive data. 
+Apache InLong is a one-stop data streaming platform that provides automatic, secure,
+distributed, and efficient data publishing and subscription capabilities.
+This platform helps you easily build stream-based data applications.
 
 Download Links: xxx
 
@@ -512,5 +513,5 @@ InLong Resources:
 - Mailing list: dev@inlong.apache.org
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 ```
diff --git a/en-us/docs/development/how-to-release.html b/en-us/docs/development/how-to-release.html
index dc5c9ce..0cacf0a 100644
--- a/en-us/docs/development/how-to-release.html
+++ b/en-us/docs/development/how-to-release.html
@@ -259,7 +259,7 @@ cp /tmp/apache-inlong-${release_version}-${rc_version}/*tar.gz* ${release_versio
 svn status # 检查svn状态
 svn add ${release_version}-${rc_version} # 添加到svn版本
 svn status # 检查svn状态
-svn commit -m 'prepare for ${release_version} ${rc_version}'# 提交至svn远程服务器
+svn commit -m "prepare for ${release_version} ${rc_version}"     # 提交至svn远程服务器
 </code></pre>
 <h3>4.4 关闭Apache Staging仓库</h3>
 <blockquote>
@@ -363,17 +363,17 @@ Your InLong Release Manager
 </code></pre>
 <h3>5.2 incubator社区投票</h3>
 <h4>5.2.1 投票模板</h4>
-<pre><code class="language-html">标题:[VOTE] Release Apache InLong (Incubating) ${release_version} ${rc_version}
+<pre><code class="language-html">标题:[VOTE] Release Apache InLong(Incubating) ${release_version} ${rc_version}
 
 内容:
 
 Hello Incubator Community,
 
-    This is a call for a vote to release Apache InLong (Incubating) version
+    This is a call for a vote to release Apache InLong(Incubating) version
     ${release_version} ${rc_version}
 
     The Apache InLong community has voted on and approved a proposal to release
-    Apache InLong (Incubating) version ${release_version} ${rc_version}
+    Apache InLong(Incubating) version ${release_version} ${rc_version}
 
     We now kindly request the Incubator PMC members review and vote on this
     incubator release.
@@ -405,7 +405,7 @@ Hello Incubator Community,
     [ ] -1 disapprove with the reason
 
 Thanks,
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 
 </code></pre>
 <h4>5.2.2 宣布投票结果模板</h4>
@@ -414,7 +414,7 @@ On behalf of Apache InLong (Incubating) community
 内容:
 Hi all
 
-Thanks for reviewing and voting for Apache InLong (Incubating) ${release_version} {rc_version}
+Thanks for reviewing and voting for Apache InLong(Incubating) ${release_version} {rc_version}
 release, I am happy to announce the release voting has passed with [投票结果数]
 binding votes, no +0 or -1 votes. Binding votes are from IPMC
 
@@ -426,11 +426,11 @@ The voting thread is:
 [投票链接]
 
 Many thanks for all our mentors helping us with the release procedure, and
-all IPMC helped us to review and vote for Apache InLong (Incubating) release. I will
+all IPMC helped us to review and vote for Apache InLong(Incubating) release. I will
 be working on publishing the artifacts soon.
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 </code></pre>
 <h2>6. 正式发布</h2>
 <h3>6.1 合并release-${release_version}分支的改动到master分支</h3>
@@ -464,10 +464,11 @@ On behalf of Apache InLong (Incubating) community
 Hi all,
 
 The Apache InLong(incubating) community is pleased to announce 
-that Apache InLong (incubating) ${release_version} has been released!
+that Apache InLong(incubating) ${release_version} has been released!
 
-Apache InLong is a trillion-records-scale distributed messaging queue (MQ) system, 
-focuses on data transmission and storage under massive data. 
+Apache InLong is a one-stop data streaming platform that provides automatic, secure,
+distributed, and efficient data publishing and subscription capabilities.
+This platform helps you easily build stream-based data applications.
 
 Download Links: xxx
 
@@ -480,7 +481,7 @@ InLong Resources:
 - Mailing list: dev@inlong.apache.org
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 </code></pre>
 </div></section><footer class="footer-container"><div class="footer-body"><img src="/img/incubator-logo.svg"/><div class="cols-container"><div class="col col-24"><p>Apache InLong (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with  [...]
 	<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
diff --git a/en-us/docs/development/how-to-release.json b/en-us/docs/development/how-to-release.json
index 7cb3fd6..e8b6067 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 39fd548..6dc3da2 100644
--- a/en-us/docs/development/how-to-release.md
+++ b/en-us/docs/development/how-to-release.md
@@ -283,7 +283,7 @@ cp /tmp/apache-inlong-${release_version}-${rc_version}/*tar.gz* ${release_versio
 svn status # 检查svn状态
 svn add ${release_version}-${rc_version} # 添加到svn版本
 svn status # 检查svn状态
-svn commit -m 'prepare for ${release_version} ${rc_version}'# 提交至svn远程服务器
+svn commit -m "prepare for ${release_version} ${rc_version}"     # 提交至svn远程服务器
 ```
 ### 4.4 关闭Apache Staging仓库
 > 请确保所有的artifact都是ok的
@@ -391,17 +391,17 @@ Your InLong Release Manager
 #### 5.2.1 投票模板
 
 ```html
-标题:[VOTE] Release Apache InLong (Incubating) ${release_version} ${rc_version}
+标题:[VOTE] Release Apache InLong(Incubating) ${release_version} ${rc_version}
 
 内容:
 
 Hello Incubator Community,
 
-    This is a call for a vote to release Apache InLong (Incubating) version
+    This is a call for a vote to release Apache InLong(Incubating) version
     ${release_version} ${rc_version}
 
     The Apache InLong community has voted on and approved a proposal to release
-    Apache InLong (Incubating) version ${release_version} ${rc_version}
+    Apache InLong(Incubating) version ${release_version} ${rc_version}
 
     We now kindly request the Incubator PMC members review and vote on this
     incubator release.
@@ -433,7 +433,7 @@ Hello Incubator Community,
     [ ] -1 disapprove with the reason
 
 Thanks,
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 
 ```
 
@@ -444,7 +444,7 @@ On behalf of Apache InLong (Incubating) community
 内容:
 Hi all
 
-Thanks for reviewing and voting for Apache InLong (Incubating) ${release_version} {rc_version}
+Thanks for reviewing and voting for Apache InLong(Incubating) ${release_version} {rc_version}
 release, I am happy to announce the release voting has passed with [投票结果数]
 binding votes, no +0 or -1 votes. Binding votes are from IPMC
 
@@ -456,11 +456,11 @@ The voting thread is:
 [投票链接]
 
 Many thanks for all our mentors helping us with the release procedure, and
-all IPMC helped us to review and vote for Apache InLong (Incubating) release. I will
+all IPMC helped us to review and vote for Apache InLong(Incubating) release. I will
 be working on publishing the artifacts soon.
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 ```
 
 ## 6. 正式发布
@@ -498,10 +498,11 @@ svn delete https://dist.apache.org/repos/dist/release/incubator/inlong/${last_re
 Hi all,
 
 The Apache InLong(incubating) community is pleased to announce 
-that Apache InLong (incubating) ${release_version} has been released!
+that Apache InLong(incubating) ${release_version} has been released!
 
-Apache InLong is a trillion-records-scale distributed messaging queue (MQ) system, 
-focuses on data transmission and storage under massive data. 
+Apache InLong is a one-stop data streaming platform that provides automatic, secure,
+distributed, and efficient data publishing and subscription capabilities.
+This platform helps you easily build stream-based data applications.
 
 Download Links: xxx
 
@@ -514,5 +515,5 @@ InLong Resources:
 - Mailing list: dev@inlong.apache.org
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 ```
diff --git a/zh-cn/docs/development/how-to-release.html b/zh-cn/docs/development/how-to-release.html
index cbcfe90..80cade3 100644
--- a/zh-cn/docs/development/how-to-release.html
+++ b/zh-cn/docs/development/how-to-release.html
@@ -257,7 +257,7 @@ cp /tmp/apache-inlong-${release_version}-${rc_version}/*tar.gz* ${release_versio
 svn status # 检查svn状态
 svn add ${release_version}-${rc_version} # 添加到svn版本
 svn status # 检查svn状态
-svn commit -m 'prepare for ${release_version} ${rc_version}'# 提交至svn远程服务器
+svn commit -m "prepare for ${release_version} ${rc_version}" # 提交至svn远程服务器
 </code></pre>
 <h3>4.4 关闭Apache Staging仓库</h3>
 <blockquote>
@@ -361,17 +361,17 @@ Your InLong Release Manager
 </code></pre>
 <h3>5.2 incubator社区投票</h3>
 <h4>5.2.1 投票模板</h4>
-<pre><code class="language-html">标题:[VOTE] Release Apache InLong (Incubating) ${release_version} ${rc_version}
+<pre><code class="language-html">标题:[VOTE] Release Apache InLong(Incubating) ${release_version} ${rc_version}
 
 内容:
 
 Hello Incubator Community,
 
-    This is a call for a vote to release Apache InLong (Incubating) version
+    This is a call for a vote to release Apache InLong(Incubating) version
     ${release_version} ${rc_version}
 
     The Apache InLong community has voted on and approved a proposal to release
-    Apache InLong (Incubating) version ${release_version} ${rc_version}
+    Apache InLong(Incubating) version ${release_version} ${rc_version}
 
     We now kindly request the Incubator PMC members review and vote on this
     incubator release.
@@ -403,7 +403,7 @@ Hello Incubator Community,
     [ ] -1 disapprove with the reason
 
 Thanks,
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 
 </code></pre>
 <h4>5.2.2 宣布投票结果模板</h4>
@@ -412,7 +412,7 @@ On behalf of Apache InLong (Incubating) community
 内容:
 Hi all
 
-Thanks for reviewing and voting for Apache InLong (Incubating) ${release_version} {rc_version}
+Thanks for reviewing and voting for Apache InLong(Incubating) ${release_version} {rc_version}
 release, I am happy to announce the release voting has passed with [投票结果数]
 binding votes, no +0 or -1 votes. Binding votes are from IPMC
 
@@ -424,11 +424,11 @@ The voting thread is:
 [投票链接]
 
 Many thanks for all our mentors helping us with the release procedure, and
-all IPMC helped us to review and vote for Apache InLong (Incubating) release. I will
+all IPMC helped us to review and vote for Apache InLong(Incubating) release. I will
 be working on publishing the artifacts soon.
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 </code></pre>
 <h2>6. 正式发布</h2>
 <h3>6.1 合并release-${release_version}分支的改动到master分支</h3>
@@ -462,10 +462,11 @@ On behalf of Apache InLong (Incubating) community
 Hi all,
 
 The Apache InLong(incubating) community is pleased to announce 
-that Apache InLong (incubating) ${release_version} has been released!
+that Apache InLong(incubating) ${release_version} has been released!
 
-Apache InLong is a trillion-records-scale distributed messaging queue (MQ) system, 
-focuses on data transmission and storage under massive data. 
+Apache InLong is a one-stop data streaming platform that provides automatic, secure,
+distributed, and efficient data publishing and subscription capabilities.
+This platform helps you easily build stream-based data applications.
 
 Download Links: xxx
 
@@ -478,7 +479,7 @@ InLong Resources:
 - Mailing list: dev@inlong.apache.org
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 </code></pre>
 </div></section><footer class="footer-container"><div class="footer-body"><img src="/img/incubator-logo.svg"/><div class="cols-container"><div class="col col-24"><p>Apache InLong (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with  [...]
 	<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
diff --git a/zh-cn/docs/development/how-to-release.json b/zh-cn/docs/development/how-to-release.json
index 50178ed..81a8a2e 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 11219f9..461b1b8 100644
--- a/zh-cn/docs/development/how-to-release.md
+++ b/zh-cn/docs/development/how-to-release.md
@@ -281,7 +281,7 @@ cp /tmp/apache-inlong-${release_version}-${rc_version}/*tar.gz* ${release_versio
 svn status # 检查svn状态
 svn add ${release_version}-${rc_version} # 添加到svn版本
 svn status # 检查svn状态
-svn commit -m 'prepare for ${release_version} ${rc_version}'# 提交至svn远程服务器
+svn commit -m "prepare for ${release_version} ${rc_version}" # 提交至svn远程服务器
 ```
 ### 4.4 关闭Apache Staging仓库
 > 请确保所有的artifact都是ok的
@@ -389,17 +389,17 @@ Your InLong Release Manager
 #### 5.2.1 投票模板
 
 ```html
-标题:[VOTE] Release Apache InLong (Incubating) ${release_version} ${rc_version}
+标题:[VOTE] Release Apache InLong(Incubating) ${release_version} ${rc_version}
 
 内容:
 
 Hello Incubator Community,
 
-    This is a call for a vote to release Apache InLong (Incubating) version
+    This is a call for a vote to release Apache InLong(Incubating) version
     ${release_version} ${rc_version}
 
     The Apache InLong community has voted on and approved a proposal to release
-    Apache InLong (Incubating) version ${release_version} ${rc_version}
+    Apache InLong(Incubating) version ${release_version} ${rc_version}
 
     We now kindly request the Incubator PMC members review and vote on this
     incubator release.
@@ -431,7 +431,7 @@ Hello Incubator Community,
     [ ] -1 disapprove with the reason
 
 Thanks,
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 
 ```
 
@@ -442,7 +442,7 @@ On behalf of Apache InLong (Incubating) community
 内容:
 Hi all
 
-Thanks for reviewing and voting for Apache InLong (Incubating) ${release_version} {rc_version}
+Thanks for reviewing and voting for Apache InLong(Incubating) ${release_version} {rc_version}
 release, I am happy to announce the release voting has passed with [投票结果数]
 binding votes, no +0 or -1 votes. Binding votes are from IPMC
 
@@ -454,11 +454,11 @@ The voting thread is:
 [投票链接]
 
 Many thanks for all our mentors helping us with the release procedure, and
-all IPMC helped us to review and vote for Apache InLong (Incubating) release. I will
+all IPMC helped us to review and vote for Apache InLong(Incubating) release. I will
 be working on publishing the artifacts soon.
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 ```
 
 ## 6. 正式发布
@@ -496,10 +496,11 @@ svn delete https://dist.apache.org/repos/dist/release/incubator/inlong/${last_re
 Hi all,
 
 The Apache InLong(incubating) community is pleased to announce 
-that Apache InLong (incubating) ${release_version} has been released!
+that Apache InLong(incubating) ${release_version} has been released!
 
-Apache InLong is a trillion-records-scale distributed messaging queue (MQ) system, 
-focuses on data transmission and storage under massive data. 
+Apache InLong is a one-stop data streaming platform that provides automatic, secure,
+distributed, and efficient data publishing and subscription capabilities.
+This platform helps you easily build stream-based data applications.
 
 Download Links: xxx
 
@@ -512,5 +513,5 @@ InLong Resources:
 - Mailing list: dev@inlong.apache.org
 
 Thanks
-On behalf of Apache InLong (Incubating) community
+On behalf of Apache InLong(Incubating) community
 ```