VGalaxies commented on code in PR #310: URL: https://github.com/apache/incubator-hugegraph-doc/pull/310#discussion_r1435594243
########## dist/validate-release.sh: ########## @@ -211,8 +211,8 @@ bin/stop-hugegraph.sh || exit popd || exit # clear source packages -rm -rf ./*src* -ls -lh +#rm -rf ./*src* +#ls -lh Review Comment: I previously modified the traversal semantics of step 7, skipping the detection of source packages. Therefore, even if the intermediate artifacts from the previous steps are not deleted, it does not affect the detection process. The intermediate artifacts are retained for ease of manual checking in subsequent steps. -- 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]
