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 a241135cbc [chore] update by release version (#10299)
a241135cbc is described below

commit a241135cbc3c1f32375c786d33fd5b8643bd1584
Author: Jiajie Zhong <[email protected]>
AuthorDate: Mon May 30 23:09:01 2022 +0800

    [chore] update by release version (#10299)
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 4 +---
 docs/configs/site.js                  | 4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 5edc2d071f..0ce128ced2 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -99,11 +99,9 @@ body:
         Which version of Apache DolphinScheduler are you running? We only 
accept bugs report from the LTS projects.
       options:
         - dev
-        - 3.0.0-alpha
+        - 3.0.0-beta-1
         - 2.0.5
         - 2.0.3
-        - 2.0.2
-        - 2.0.1
         - 1.3.9
         - 1.3.8
     validations:
diff --git a/docs/configs/site.js b/docs/configs/site.js
index aa9cdf2124..ade62a1134 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -45,7 +45,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(3.0.0-alpha)',
+            text: 'latest(3.0.0-beta-1)',
             link: '/en-us/docs/latest/user_doc/about/introduction.html',
           },
           {
@@ -221,7 +221,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: '最新版本latest(3.0.0-alpha)',
+            text: '最新版本latest(3.0.0-beta-1)',
             link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
           },
           {

Reply via email to