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

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new ed364827 chore: update validate-release guide (#337)
ed364827 is described below

commit ed364827fb915d3ea999e6ab0a53f6104b7b98a1
Author: sheli00 <[email protected]>
AuthorDate: Wed Mar 27 15:04:04 2024 +0800

    chore: update validate-release guide (#337)
    
    * chore: delete duplicate content
    
    ---------
    
    Co-authored-by: sheli00 <[email protected]>
    Co-authored-by: imbajin <[email protected]>
---
 content/cn/docs/contribution-guidelines/validate-release.md | 8 +++-----
 content/en/docs/contribution-guidelines/validate-release.md | 9 +++------
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/content/cn/docs/contribution-guidelines/validate-release.md 
b/content/cn/docs/contribution-guidelines/validate-release.md
index f28b30e1..efa1ce69 100644
--- a/content/cn/docs/contribution-guidelines/validate-release.md
+++ b/content/cn/docs/contribution-guidelines/validate-release.md
@@ -5,6 +5,7 @@ weight: 3
 ---
 
 > Note: 这篇文档会持续更新。
+> 建议使用 Java11 验证测试,从 1.5.0 版本开始(除 client 外) 不再支持 Java8
 
 ## 验证阶段
 
@@ -103,12 +104,9 @@ for i in *.tar.gz; do echo $i; gpg --verify $i.asc $i ; 
done
 
 #### 4. 检查压缩包内容
 
-这里分源码包 + 二进制包两个方面,源码包更为严格,挑核心的部分说 
+这里检查准备工作下载的压缩包内容。分源码包 + 二进制包两个方面,源码包更为严格,挑核心的部分说 
 (完整的列表可参考官方 
[Wiki](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist),
 比较长)
 
-首先我们需要从 apache 官方的 `release-candidate` 地址下载包到本地 (
-地址:[点击跳转](https://dist.apache.org/repos/dist/dev/incubator/hugegraph/))
-
 ##### A. 源码包
 
 解压 `*hugegraph*src.tar.gz`后,进行如下检查:
@@ -144,7 +142,7 @@ mvn clean package -P stage -Dmaven.test.skip=true 
-Dcheckstyle.skip=true
 bin/start-hugegraph.sh
 
 # hugegraph-loader
-bin/hugegraph-loader.sh -f path -g graph -s schema
+bin/hugegraph-loader.sh -g hugegraph -f example/file/struct.json -s 
example/file/schema.groovy
 
 # hugegraph-hubble
 bin/start-hubble.sh
diff --git a/content/en/docs/contribution-guidelines/validate-release.md 
b/content/en/docs/contribution-guidelines/validate-release.md
index b056bb49..de9a8dd0 100644
--- a/content/en/docs/contribution-guidelines/validate-release.md
+++ b/content/en/docs/contribution-guidelines/validate-release.md
@@ -5,6 +5,7 @@ weight: 3
 ---
 
 > Note: this doc will be updated continuously.
+> It is recommended to use Java11 in verification, we will drop Java8 support 
from version 1.5.0
 
 ## Verification
 
@@ -115,13 +116,9 @@ First confirm the overall integrity/consistency, and then 
confirm the specific c
 
 #### 4. Check the archive contents
 
-Here it is divided into two aspects: source code package + binary package, The 
source code package
-is stricter, it can be said that the core part (Because it is longer, For a 
complete list refer to
+Check the contents of the archive downloaded from preparation work. Divided 
into two aspects: source code package + binary package, The source code package 
is stricter, it can be said that the core part (Because it is longer, For a 
complete list refer to
 the official 
[Wiki](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist))
 
-First of all, we need to download the package from the apache official 
`release-candidate` URL to
-the local (URL: [click to 
jump](https://dist.apache.org/repos/dist/dev/incubator/hugegraph/))
-
 ##### A. source package
 
 After decompressing `*hugegraph*src.tar.gz`, Do the following checks:
@@ -156,7 +153,7 @@ After decompressing `xxx-hugegraph.tar.gz`, perform the 
following checks:
 bin/start-hugegraph.sh
 
 # hugegraph-loader
-bin/hugegraph-loader.sh -f path -g graph -s schema
+bin/hugegraph-loader.sh -g hugegraph -f example/file/struct.json -s 
example/file/schema.groovy
 
 # hugegraph-hubble
 bin/start-hubble.sh

Reply via email to