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 69c8d21 Automated deployment: d4562122b3e28ee4e745134eb3e246a189457caa
69c8d21 is described below
commit 69c8d213144d2bbd93c96a29ff37783d1b792719
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 10 14:05:14 2022 +0000
Automated deployment: d4562122b3e28ee4e745134eb3e246a189457caa
---
en-us/community/release.html | 6 ++++--
en-us/community/release.json | 2 +-
zh-cn/community/release.html | 5 +++--
zh-cn/community/release.json | 2 +-
4 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/en-us/community/release.html b/en-us/community/release.html
index 8ae14da..8ec9754 100644
--- a/en-us/community/release.html
+++ b/en-us/community/release.html
@@ -329,8 +329,10 @@ Thanks everyone for taking time to check this release and
help us.
<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>
-<h3>Send e-mail to <code>[email protected]</code> to announce
the release is finished</h3>
-<p>Announcement e-mail template:</p>
+<h3>Send Announcement E-mail Community</h3>
+<p>You should send announcement E-mail after release process finished. The
E-mail should send to <code>[email protected]</code>
+and cc to <code>[email protected]</code>.</p>
+<p>Announcement e-mail template as below:</p>
<p>Title:</p>
<pre><code>[ANNOUNCE] Release Apache DolphinScheduler ${RELEASE.VERSION}
</code></pre>
diff --git a/en-us/community/release.json b/en-us/community/release.json
index 8758628..1d49590 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 98c8fda..7be3e0f 100644
--- a/zh-cn/community/release.html
+++ b/zh-cn/community/release.html
@@ -339,8 +339,9 @@ Thanks everyone for taking time to check this release and
help us.
<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>
<p>2.在Apache Staging仓库找到DolphinScheduler并点击<code>Release</code></p>
-<p>3.发送邮件到<code>[email protected]</code>通知完成版本发布。</p>
-<p>通知邮件模板:</p>
+<p>3.发送公告邮件通知社区</p>
+<p>当完成了上述的发版流程后,需要发送一封公告邮件给社区。你需要将邮件发送到
<code>[email protected]</code> 并抄送到
<code>[email protected]</code>。</p>
+<p>通知邮件模板如下:</p>
<p>标题:</p>
<pre><code>[ANNOUNCE] Release Apache DolphinScheduler ${RELEASE.VERSION}
</code></pre>
diff --git a/zh-cn/community/release.json b/zh-cn/community/release.json
index a3fdc33..2b92167 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