apache / incubator-hugegraph-doc

HugeGraph Website and Doc
https://hugegraph.apache.org/
Apache License 2.0
66 stars 94 forks source link

chore: update scripts for validating HugeGraph 1.2.0 release #307

Closed VGalaxies closed 7 months ago

VGalaxies commented 7 months ago

This PR is a subtask of https://github.com/hugegraph/actions/issues/5, and it includes the following changes:

  1. Synchronize the content of the validate-release.sh and validate-release.yml with https://github.com/hugegraph/actions/blob/master/.github/workflows/validate-release.yml.
  2. Fix the startup of server from compiled packages.
  3. Optimize some processes and comments.

Currently, steps 7 (validate the binary packages) and 8 (run the binary packages in the server) in this script have detected some issues that await further resolution.

VGalaxies commented 7 months ago

@imbajin PTAL~

javeme commented 4 months ago

related #197