Parcourir la source

[chore] update by release version (#10299)

Jiajie Zhong il y a 2 ans
Parent
commit
a241135cbc
2 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. 1 3
      .github/ISSUE_TEMPLATE/bug-report.yml
  2. 2 2
      docs/configs/site.js

+ 1 - 3
.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:

+ 2 - 2
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',
           },
           {