dongjoon-hyun commented on a change in pull request #25240:
[SPARK-28496][INFRA] Use branch name instead of tag during dry-run
URL: https://github.com/apache/spark/pull/25240#discussion_r306673947
##########
File path: dev/create-release/release-util.sh
##########
@@ -150,6 +150,9 @@ function get_release_info {
GIT_REF="$RELEASE_TAG"
if is_dry_run; then
echo "This is a dry run. Please confirm the ref that will be built for
testing."
+ if [[ $SKIP_TAG = 0 ]]; then
+ GIT_REF="$GIT_BRANCH"
Review comment:
This changes only the default value when the tag doesn't exist during `DRY
RUN`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]