sgilmore10 commented on code in PR #41131:
URL: https://github.com/apache/arrow/pull/41131#discussion_r1607205784
##########
docs/source/developers/release.rst:
##########
@@ -200,6 +200,8 @@ Build source and binaries and submit them
.. code-block::
# Build the source release tarball and create Pull Request with
verification tasks
+ #
+ # Note that you need to have GitHub CLI installed to run this script.
Review Comment:
Thanks for the suggestion @kou! I added a new script called
`dev/release/utils-watch-gh-workflow.sh`. I modified `02-source.sh` to call
this new script so that it only attempts to download the tarball from the
GitHub Release once the `release_candidate.yml` workflow is finished.
Additionally, `post-05-update-gh-release-notes.sh` calls
`dev/release/utils-watch-gh-workflow.sh` to wait for the `release.yml` workflow
to finish before attempting to update the release notes.
--
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]