bitflicker64 commented on issue #3202: URL: https://github.com/apache/hugegraph/issues/3202#issuecomment-5616954290
Hi @gaoyuan5251, it is `release-1.7.0`, same commit as the `1.7.0` tag: ``` $ git ls-remote https://github.com/apache/hugegraph.git refs/tags/1.7.0 refs/heads/release-1.7.0 b12425c2032bf0d21a97b8221f42a18055c2982f refs/heads/release-1.7.0 b12425c2032bf0d21a97b8221f42a18055c2982f refs/tags/1.7.0 ``` The `-src` tarball is that tag tree verbatim: 2592 files, `diff -rq` against `git archive 1.7.0` returns nothing. Check out the tag, not the branch. Branches can pick up backports later, the tag never moves. `master` is already 104 commits past 1.7.0. Same pattern in the sibling repos if you need Hubble or Loader: hugegraph-toolchain, hugegraph-ai and hugegraph-computer each have a `1.7.0` tag on their `release-1.7.0` branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
