You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/05 09:59:15 UTC

[GitHub] [arrow] raulcd commented on a diff in pull request #13511: ARROW-16664: [CI][Release] Create verify release Pull Request automatically

raulcd commented on code in PR #13511:
URL: https://github.com/apache/arrow/pull/13511#discussion_r913616047


##########
dev/release/02-source.sh:
##########
@@ -123,6 +126,18 @@ if [ ${SOURCE_UPLOAD} -gt 0 ]; then
   echo ""
 fi
 
+# Create Pull Request and Crossbow comment to run Verification tasks
+if [ ${SOURCE_PR} -gt 0 ]; then
+  archery crossbow verify-release-candidate \
+  --base-branch=${maint_branch} \
+  --arrow-remote=https://github.com/apache/arrow \
+  --head-branch=${release_candidate_branch} \
+  --pr-title="WIP: [Release] Verify ${release_candidate_branch}" \
+  --pr-body="PR to verify Release Candidate" \
+  --version=${version} --rc=${rc} \
+  --arrow-token=${ARROW_GITHUB_TOKEN} --create-pr

Review Comment:
   Done



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org