Copilot commented on code in PR #12761: URL: https://github.com/apache/gluten/pull/12761#discussion_r3770272543
########## docs/developers/HowToRelease.md: ########## @@ -16,6 +16,71 @@ for a release of Apache Gluten project with the Velox backend. 2. Linux 3. Docker +## Pre-release Checks + +Complete all of these **before cutting the release candidate tag**. Each one corresponds to an issue +previously raised during a release vote, so skipping them tends to cost an extra release candidate. + +### Tag the Velox revision this release builds against + +`ep/build-velox/src/get-velox.sh` pins the Velox fork and branch used by the native build: + +```bash +VELOX_REPO=https://github.com/IBM/velox.git +VELOX_BRANCH=branch-1.7-dft Review Comment: This snippet is currently out of sync with `ep/build-velox/src/get-velox.sh`: the guide shows `VELOX_BRANCH=branch-1.7-dft`, but the script currently sets `VELOX_BRANCH=dft-2026_08_05`. Using the wrong value here makes the “pinned Velox revision” guidance confusing/misleading. -- 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]
