You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2021/11/13 08:50:37 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: a19944c1beaa89d0a26eadd6f120b4aa2307a845

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 ccba7b0  Automated deployment: a19944c1beaa89d0a26eadd6f120b4aa2307a845
ccba7b0 is described below

commit ccba7b0503e3207df8ea7ae508ce34ddd99db179
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Sat Nov 13 08:50:03 2021 +0000

    Automated deployment: a19944c1beaa89d0a26eadd6f120b4aa2307a845
---
 en-us/community/release-post.html | 4 ++++
 en-us/community/release-post.json | 2 +-
 zh-cn/community/release-post.html | 4 ++++
 zh-cn/community/release-post.json | 2 +-
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/en-us/community/release-post.html b/en-us/community/release-post.html
index fa6d5a8..9de68e3 100644
--- a/en-us/community/release-post.html
+++ b/en-us/community/release-post.html
@@ -40,6 +40,10 @@
 <li><code>src/pages/docs/index.md.jsx</code>: Add <code>'x.y.z': docsxyzConfig,</code></li>
 <li><code>download/en-us/download.md</code> and <code>download/zh-cn/download.md</code>: add the download of the x.y.z release package</li>
 </ul>
+<h2>Add New Version To GitHub's bug-report.yml</h2>
+<p>DolphinScheduler's GitHub <a href="https://github.com/apache/dolphinscheduler/blob/dev/.github/ISSUE_TEMPLATE/bug-report.yml">bug-report</a>
+issue template have <strong>Version</strong> selection bottom. So after we release DolphinScheduler we should and the new version to
+bug-report.yml</p>
 <h2>Publish Image</h2>
 <p>Build docker image first, please refer to <a href="/en-us/docs/latest/user_doc/guide/installation/docker.html">How to build a Docker image?</a></p>
 <p>And then publish image</p>
diff --git a/en-us/community/release-post.json b/en-us/community/release-post.json
index 694d00b..a01334c 100644
--- a/en-us/community/release-post.json
+++ b/en-us/community/release-post.json
@@ -1,6 +1,6 @@
 {
   "filename": "release-post.md",
-  "__html": "<h1>Release Post</h1>\n<h2>Update Official Website</h2>\n<p>For example, after the release of <code>x.y.z</code>, the following updates are required:</p>\n<ul>\n<li><code>docs/en-us/x.y.z</code> and <code>docs/zh-cn/x.y.z</code>: copy the old directory to the new version x.y.z\n<ul>\n<li>The reference links of the included documents keep same with x.y.z, especially pay attention to the following file updates:\n<ul>\n<li><code>architecture-design.md</code></li>\n<li><code>clu [...]
+  "__html": "<h1>Release Post</h1>\n<h2>Update Official Website</h2>\n<p>For example, after the release of <code>x.y.z</code>, the following updates are required:</p>\n<ul>\n<li><code>docs/en-us/x.y.z</code> and <code>docs/zh-cn/x.y.z</code>: copy the old directory to the new version x.y.z\n<ul>\n<li>The reference links of the included documents keep same with x.y.z, especially pay attention to the following file updates:\n<ul>\n<li><code>architecture-design.md</code></li>\n<li><code>clu [...]
   "link": "/dist/en-us/community/release-post.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/community/release-post.html b/zh-cn/community/release-post.html
index 5d2b083..c0f6634 100644
--- a/zh-cn/community/release-post.html
+++ b/zh-cn/community/release-post.html
@@ -40,6 +40,10 @@
 <li><code>src/pages/docs/index.md.jsx</code>: 增加 <code>'x.y.z': docsxyzConfig,</code></li>
 <li><code>download/en-us/download.md</code> 和 <code>download/zh-cn/download.md</code>: 增加 x.y.z 版本发布包的下载</li>
 </ul>
+<h2>更新 GitHub issue 模板</h2>
+<p>DolphinScheduler 在 GitHub issue 中有版本选择的部分,当有新版本发版后,需要更新这部分的内容。目前与版本关联的是
+<a href="https://github.com/apache/dolphinscheduler/blob/dev/.github/ISSUE_TEMPLATE/bug-report.yml">bug-report</a>,发版的时候需要
+向其中的 <strong>Version</strong> 部分增加内容。</p>
 <h2>发布镜像</h2>
 <p>构建 Docker 镜像,请参考 <a href="/zh-cn/docs/latest/user_doc/guide/installation/docker.html">如何构建一个 Docker 镜像?</a></p>
 <p>然后推送镜像</p>
diff --git a/zh-cn/community/release-post.json b/zh-cn/community/release-post.json
index 81b93f3..6f8ad1e 100644
--- a/zh-cn/community/release-post.json
+++ b/zh-cn/community/release-post.json
@@ -1,6 +1,6 @@
 {
   "filename": "release-post.md",
-  "__html": "<h1>发版后续</h1>\n<h2>更新官网</h2>\n<p>例如已发版 <code>x.y.z</code>,需要进行以下更新:</p>\n<ul>\n<li><code>docs/en-us/x.y.z</code> 和 <code>docs/zh-cn/x.y.z</code>: 复制老版本目录改为新版本 x.y.z\n<ul>\n<li>所包含文档的引用链接保持和 x.y.z 一致,尤其注意以下文件更新:\n<ul>\n<li><code>architecture-design.md</code></li>\n<li><code>cluster-deployment.md</code></li>\n<li><code>docker-deployment.md</code></li>\n<li><code>expansion-reduction.md</code></li>\n<li><code>kubernetes-deployment.md</code></li>\n<li><code>standalone-deployment. [...]
+  "__html": "<h1>发版后续</h1>\n<h2>更新官网</h2>\n<p>例如已发版 <code>x.y.z</code>,需要进行以下更新:</p>\n<ul>\n<li><code>docs/en-us/x.y.z</code> 和 <code>docs/zh-cn/x.y.z</code>: 复制老版本目录改为新版本 x.y.z\n<ul>\n<li>所包含文档的引用链接保持和 x.y.z 一致,尤其注意以下文件更新:\n<ul>\n<li><code>architecture-design.md</code></li>\n<li><code>cluster-deployment.md</code></li>\n<li><code>docker-deployment.md</code></li>\n<li><code>expansion-reduction.md</code></li>\n<li><code>kubernetes-deployment.md</code></li>\n<li><code>standalone-deployment. [...]
   "link": "/dist/zh-cn/community/release-post.html",
   "meta": {}
 }
\ No newline at end of file