HBASE-25580 Release scripts should include in the vote email the git hash that the RC tag points to (#2956)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Sean Busbey 2021-03-02 18:22:08 -06:00 committed by GitHub
parent b522d2a33e
commit a97a40c747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -192,6 +192,7 @@ fi
cd "${PROJECT}"
git checkout "$GIT_REF"
git_hash="$(git rev-parse --short HEAD)"
GIT_LONG_HASH="$(git rev-parse HEAD)"
log "Checked out ${PROJECT} at ${GIT_REF} commit $git_hash"
if [ -z "${RELEASE_VERSION}" ]; then

View File

@ -10,6 +10,10 @@ The tag to be voted on is ${RELEASE_TAG}:
https://github.com/apache/${PROJECT}/tree/${RELEASE_TAG}
This tag currently points to git reference
${GIT_LONG_HASH}
The release files, including signatures, digests, as well as CHANGES.md
and RELEASENOTES.md included in this RC can be found at: