This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 2c952139b4 feat: Release version 304 (#13319)
2c952139b4 is described below
commit 2c952139b43ec0f0df96e29295e6849b09cc66a8
Author: Jay Chung <[email protected]>
AuthorDate: Tue Jan 3 15:17:22 2023 +0800
feat: Release version 304 (#13319)
Release new version 304
---
docs/configs/index.md.jsx | 2 ++
docs/configs/site.js | 8 ++++----
docs/docs/en/contribute/release.md | 2 +-
docs/docs/en/history-versions.md | 6 +++++-
docs/docs/zh/contribute/release.md | 2 +-
docs/docs/zh/history-versions.md | 4 ++++
6 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx
index 61396e60a8..af97bb48b3 100644
--- a/docs/configs/index.md.jsx
+++ b/docs/configs/index.md.jsx
@@ -48,6 +48,7 @@ import docs300Config from '../../../site_config/docs3-0-0';
import docs301Config from '../../../site_config/docs3-0-1';
import docs302Config from '../../../site_config/docs3-0-2';
import docs303Config from '../../../site_config/docs3-0-3';
+import docs304Config from '../../../site_config/docs3-0-4';
import docs310Config from '../../../site_config/docs3-1-0';
import docs311Config from '../../../site_config/docs3-1-1';
import docs312Config from '../../../site_config/docs3-1-2';
@@ -75,6 +76,7 @@ const docsSource = {
'3.0.1': docs301Config,
'3.0.2': docs302Config,
'3.0.3': docs303Config,
+ '3.0.4': docs304Config,
'3.1.0': docs310Config,
'3.1.1': docs311Config,
'3.1.2': docs312Config,
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 5f94c6c2ff..e8eb1b8fed 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -50,8 +50,8 @@ export default {
},
{
key: 'docs1',
- text: '3.0.3',
- link: '/en-us/docs/3.0.3/user_doc/about/introduction.html',
+ text: '3.0.4',
+ link: '/en-us/docs/3.0.4/user_doc/about/introduction.html',
},
{
key: 'docs2',
@@ -178,8 +178,8 @@ export default {
},
{
key: 'docs1',
- text: '3.0.3',
- link: '/zh-cn/docs/3.0.3/user_doc/about/introduction.html',
+ text: '3.0.4',
+ link: '/zh-cn/docs/3.0.4/user_doc/about/introduction.html',
},
{
key: 'docs2',
diff --git a/docs/docs/en/contribute/release.md
b/docs/docs/en/contribute/release.md
index 8980e4eab9..3cd631d74c 100644
--- a/docs/docs/en/contribute/release.md
+++ b/docs/docs/en/contribute/release.md
@@ -480,7 +480,7 @@ Website should be present before you send the announce mail
this section will te
the release version is `<VERSION>`, the following updates are required(note it
will take effect immediately when the PR is merged):
- Repository **apache/dolphinscheduler-website**:
- - `download/en-us/download.md` and `download/zh-cn/download.md`: add the
download of the `<VERSION>` release package
+ - `config/download.json`: add the download of the `<VERSION>` release package
- `scripts/conf.sh`: Add new release version `<VERSION>` key-value pair to
variable `DEV_RELEASE_DOCS_VERSIONS`
- Repository **apache/dolphinscheduler** (dev branch):
- `docs/configs/site.js`:
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index c5fbb5bbe2..b3f6e4c80b 100644
--- a/docs/docs/en/history-versions.md
+++ b/docs/docs/en/history-versions.md
@@ -16,7 +16,11 @@
#### Links: [3.1.0 Document](../3.1.0/user_doc/about/introduction.md)
-### Versions: 3.0.2
+### Versions: 3.0.4
+
+#### Links: [3.0.4 Document](../3.0.4/user_doc/about/introduction.md)
+
+### Versions: 3.0.3
#### Links: [3.0.3 Document](../3.0.3/user_doc/about/introduction.md)
diff --git a/docs/docs/zh/contribute/release.md
b/docs/docs/zh/contribute/release.md
index 9eaa8f4aab..4febcbb810 100644
--- a/docs/docs/zh/contribute/release.md
+++ b/docs/docs/zh/contribute/release.md
@@ -482,7 +482,7 @@ git push --delete "${GH_REMOTE}" "${VERSION}-prepare"
官网应该在您发送通知邮件之前完成更新,本节将告诉您如何更改网站。假设发版的版本是 `<VERSION>`,需要进行以下更新(注意,当修改 pull
requests 被 merge 后就会生效):
- **apache/dolphinscheduler-website** 仓库:
- - `download/en-us/download.md` 和 `download/zh-cn/download.md`: 增加
`<VERSION>` 版本发布包的下载
+ - `config/download.json`: 增加 `<VERSION>` 版本发布包的下载
- `scripts/conf.sh`: 在变量 `DEV_RELEASE_DOCS_VERSIONS` 中增加版本为 `<VERSION>` 的新键值对
- **apache/dolphinscheduler** 仓库 (dev 分支):
- `docs/configs/site.js`:
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index ab15abde19..67fb4906bf 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -16,6 +16,10 @@
#### Links: [3.1.0 文档](../3.1.0/user_doc/about/introduction.md)
+### Versions: 3.0.4
+
+#### Links: [3.0.4 文档](../3.0.4/user_doc/about/introduction.md)
+
### Versions: 3.0.3
#### Links: [3.0.3 文档](../3.0.3/user_doc/about/introduction.md)