Browse Source

[release] New release version 3.0.0 (#11356)

3.1.0-release
Jiajie Zhong 2 years ago committed by GitHub
parent
commit
2865b17ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/ISSUE_TEMPLATE/bug-report.yml
  2. 4
      docs/configs/site.js
  3. 4
      docs/docs/en/history-versions.md
  4. 4
      docs/docs/zh/history-versions.md

2
.github/ISSUE_TEMPLATE/bug-report.yml

@ -99,7 +99,7 @@ body:
Which version of Apache DolphinScheduler are you running? We only accept bugs report from the LTS projects. Which version of Apache DolphinScheduler are you running? We only accept bugs report from the LTS projects.
options: options:
- dev - dev
- 3.0.0-beta-2 - 3.0.0
- 2.0.6 - 2.0.6
- 2.0.5 - 2.0.5
validations: validations:

4
docs/configs/site.js

@ -45,7 +45,7 @@ export default {
children: [ children: [
{ {
key: 'docs0', key: 'docs0',
text: 'latest(3.0.0-beta-2)', text: 'latest(3.0.0)',
link: '/en-us/docs/latest/user_doc/about/introduction.html', link: '/en-us/docs/latest/user_doc/about/introduction.html',
}, },
{ {
@ -168,7 +168,7 @@ export default {
children: [ children: [
{ {
key: 'docs0', key: 'docs0',
text: '最新版本latest(3.0.0-beta-2)', text: '最新版本latest(3.0.0)',
link: '/zh-cn/docs/latest/user_doc/about/introduction.html', link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
}, },
{ {

4
docs/docs/en/history-versions.md

@ -4,9 +4,9 @@
#### Setup instructions, are available for each stable version of Apache DolphinScheduler below: #### Setup instructions, are available for each stable version of Apache DolphinScheduler below:
### Versions: 3.0.0-beta-2 ### Versions: 3.0.0
#### Links: [3.0.0-beta-2 Document](../3.0.0/user_doc/about/introduction.md) #### Links: [3.0.0 Document](../3.0.0/user_doc/about/introduction.md)
### Versions: 2.0.6 ### Versions: 2.0.6

4
docs/docs/zh/history-versions.md

@ -3,9 +3,9 @@
# 历史版本: # 历史版本:
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
### Versions: 3.0.0-beta-2 ### Versions: 3.0.0
#### Links: [3.0.0-beta-2 文档](../3.0.0/user_doc/about/introduction.md) #### Links: [3.0.0 文档](../3.0.0/user_doc/about/introduction.md)
### 版本:2.0.6 ### 版本:2.0.6

Loading…
Cancel
Save