This is an automated email from the ASF dual-hosted git repository.

wenjun 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 3e10cc48c0 [Chore] Release 3.3.0-alpha (#17117)
3e10cc48c0 is described below

commit 3e10cc48c05466b217e00056f5be9a1e76d94830
Author: xiangzihao <[email protected]>
AuthorDate: Mon Apr 7 20:01:52 2025 +0800

    [Chore] Release 3.3.0-alpha (#17117)
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 1 +
 docs/configs/index.md.jsx             | 2 ++
 docs/configs/site.js                  | 6 +++---
 docs/docs/en/history-versions.md      | 4 ++++
 docs/docs/zh/history-versions.md      | 4 ++++
 5 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 1bd1e44c98..befab22c36 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -101,6 +101,7 @@ body:
         - dev
         - 3.1.x
         - 3.2.x
+        - 3.3.0-alpha
     validations:
       required: true
 
diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx
index ced4974d50..deed283f85 100644
--- a/docs/configs/index.md.jsx
+++ b/docs/configs/index.md.jsx
@@ -64,6 +64,7 @@ import docs319Config from '../../../site_config/docs3-1-9';
 import docs320Config from '../../../site_config/docs3-2-0';
 import docs321Config from '../../../site_config/docs3-2-1';
 import docs322Config from '../../../site_config/docs3-2-2';
+import docs330Config from '../../../site_config/docs3-3-0-alpha';
 import docsDevConfig from '../../../site_config/docsdev';
 
 const docsSource = {
@@ -104,6 +105,7 @@ const docsSource = {
   '3.2.0': docs320Config,
   '3.2.1': docs321Config,
   '3.2.2': docs322Config,
+  '3.3.0-alpha': docs330Config,
   dev: docsDevConfig,
 };
 
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 6579151e44..8e81e061c1 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -24,7 +24,7 @@ export default {
   port: 8080,
   domain: 'dolphinscheduler.apache.org',
   copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', 
'.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'],
-  docsLatest: '3.2.2',
+  docsLatest: '3.3.0-alpha',
   defaultSearch: 'google', // default search engine
   defaultLanguage: 'en-us',
   'en-us': {
@@ -45,7 +45,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: 'latest(3.2.2)',
+            text: 'latest(3.3.0-alpha)',
             link: '/en-us/docs/latest/user_doc/about/introduction.html',
           },
           {
@@ -173,7 +173,7 @@ export default {
         children: [
           {
             key: 'docs0',
-            text: '最新版本latest(3.2.2)',
+            text: '最新版本latest(3.3.0-alpha)',
             link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
           },
           {
diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md
index e0eceab968..0c08cdb8f9 100644
--- a/docs/docs/en/history-versions.md
+++ b/docs/docs/en/history-versions.md
@@ -4,6 +4,10 @@
 
 #### Setup instructions,  are available for each stable version of Apache 
DolphinScheduler below:
 
+### Versions: 3.3.0-alpha
+
+#### Links: [3.3.0-alpha 
Document](../3.3.0-alpha/user_doc/about/introduction.md)
+
 ### Versions: 3.2.2
 
 #### Links: [3.2.2 Document](../3.2.2/user_doc/about/introduction.md)
diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md
index 3bbb36a4d4..9d424de5b3 100644
--- a/docs/docs/zh/history-versions.md
+++ b/docs/docs/zh/history-versions.md
@@ -4,6 +4,10 @@
 
 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
 
+### Versions: 3.3.0-alpha
+
+#### Links: [3.3.0-alpha 
Document](../3.3.0-alpha/user_doc/about/introduction.md)
+
 ### Versions: 3.2.2
 
 #### Links: [3.2.2 Document](../3.2.2/user_doc/about/introduction.md)

Reply via email to