This is an automated email from the ASF dual-hosted git repository.

brycemecum pushed a commit to branch 
feature/GH-45140--release-guide-improvements
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 2de0cfa4a9348b2c8baa7e757dc010d8717be6f8
Author: Bryce Mecum <[email protected]>
AuthorDate: Tue Dec 31 11:20:57 2024 -0800

    Add notes about steps that require PMC
---
 docs/source/developers/release.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/source/developers/release.rst 
b/docs/source/developers/release.rst
index 8c776b207a..240845e711 100644
--- a/docs/source/developers/release.rst
+++ b/docs/source/developers/release.rst
@@ -215,8 +215,8 @@ Build source and binaries and submit them
 
     # Build the source release tarball and create Pull Request with 
verification tasks
     #
+    # NOTE: This must be run a PMC member
     # NOTE: You need to have GitHub CLI installed to run this script.
-    # NOTE: This must be run by a PMC member (someone in the KEYS file)
     dev/release/02-source.sh <version> <rc-number>
 
     # Submit binary tasks using crossbow, the command will output the crossbow 
build id
@@ -231,13 +231,17 @@ Build source and binaries and submit them
 
     # Sign and upload the binaries
     #
+    # NOTE: This must be run by a PMC member
+    #
     # On macOS the only way I could get this to work was running "echo 
"UPDATESTARTUPTTY" | gpg-connect-agent" before running this comment
     # otherwise I got errors referencing "ioctl" errors.
+
     dev/release/05-binary-upload.sh <version> <rc-number>
 
     # Sign and upload MATLAB artifacts to the GitHub Releases area.
     #
-    # Note that you need to have GitHub CLI installed to run this script.
+    # NOTE: This must be run by a PMC member
+    # NOTE: You need to have GitHub CLI installed to run this script.
     dev/release/06-matlab-upload.sh <version> <rc-number>
 
     # Start verifications for binaries and wheels

Reply via email to