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:
parent
b522d2a33e
commit
a97a40c747
|
@ -192,6 +192,7 @@ fi
|
||||||
cd "${PROJECT}"
|
cd "${PROJECT}"
|
||||||
git checkout "$GIT_REF"
|
git checkout "$GIT_REF"
|
||||||
git_hash="$(git rev-parse --short HEAD)"
|
git_hash="$(git rev-parse --short HEAD)"
|
||||||
|
GIT_LONG_HASH="$(git rev-parse HEAD)"
|
||||||
log "Checked out ${PROJECT} at ${GIT_REF} commit $git_hash"
|
log "Checked out ${PROJECT} at ${GIT_REF} commit $git_hash"
|
||||||
|
|
||||||
if [ -z "${RELEASE_VERSION}" ]; then
|
if [ -z "${RELEASE_VERSION}" ]; then
|
||||||
|
|
|
@ -10,6 +10,10 @@ The tag to be voted on is ${RELEASE_TAG}:
|
||||||
|
|
||||||
https://github.com/apache/${PROJECT}/tree/${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
|
The release files, including signatures, digests, as well as CHANGES.md
|
||||||
and RELEASENOTES.md included in this RC can be found at:
|
and RELEASENOTES.md included in this RC can be found at:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue