sgilmore10 commented on code in PR #41131:
URL: https://github.com/apache/arrow/pull/41131#discussion_r1561428622


##########
dev/release/post-02-binary.sh:
##########
@@ -108,3 +108,14 @@ docker_run \
     VERBOSE=${VERBOSE:-no} \
     VERSION=${version} \
     YUM_TARGETS=$(IFS=,; echo "${yum_targets[*]}")
+
+# Create the release tag and trigger the Publish Release workflow.
+release_candidate_tag=apache-arrow-${version}-rc${num}
+release_tag=apache-arrow-${version}
+git tag -a ${release_tag} ${release_candidate_tag}^{} -m "[Release] Apache 
Arrow Release ${version}"
+git push origin ${release_tag}
+
+# Wait for the Publish Release workflow to finish.
+sleep 2s
+workflow_id=$(gh run list --repo apache/arrow --workflow "Publish Release" | 
cut -f7 | head -n1)
+gh run watch ${workflow_id} --repo apache/arrow

Review Comment:
   Will do!



-- 
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]

Reply via email to