You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ji...@apache.org on 2022/10/24 05:36:37 UTC

[dolphinscheduler-website] branch master updated: new release version 207 (#834)

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

jinyleechina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 05307d61d8 new release version 207 (#834)
05307d61d8 is described below

commit 05307d61d8df6810c670fdcd5414b606dcb806c1
Author: Jiajie Zhong <zh...@gmail.com>
AuthorDate: Mon Oct 24 13:36:32 2022 +0800

    new release version 207 (#834)
---
 scripts/conf.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/conf.sh b/scripts/conf.sh
index a9b9093487..fedc20db16 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -34,7 +34,7 @@ PROJECT_WEBSITE_DIR=${PROJECT_WEBSITE_DIR:-${SWAP_DIR}/${PROJECT_WEBSITE_NAME}}
 # docs in apache/dolphinscheduler-webstie branch `history-docs`
 declare -a HISTORY_DOCS_VERSIONS=(
 "1.2.0" "1.2.1" "1.3.1" "1.3.2" "1.3.3" "1.3.4" "1.3.5" "1.3.6" "1.3.8" "1.3.9"
-"2.0.0" "2.0.1" "2.0.2" "2.0.3" "2.0.5" "2.0.6"
+"2.0.0" "2.0.1" "2.0.2" "2.0.3" "2.0.5" "2.0.6" "2.0.7"
 )
 
 # NOTE: We should avoid use syntax `declare -A DEV_RELEASE_DOCS_VERSIONS=(["3.0.0"]="3.0.0-alpha-release")` because