kou commented on code in PR #45141:
URL: https://github.com/apache/arrow/pull/45141#discussion_r1900312293
##########
docs/source/developers/release.rst:
##########
@@ -194,6 +215,7 @@ 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
Review Comment:
```suggestion
# NOTE: This must be run by a PMC member
```
##########
docs/source/developers/release.rst:
##########
@@ -158,14 +163,30 @@ Create or update the corresponding maintenance branch
.. code-block::
# First run in dry-mode to see which commits will be cherry-picked.
- # If there are commits that we don't want to get applied ensure
the version on
- # JIRA is set to the following release.
- archery release --jira-cache /tmp/jiracache cherry-pick X.Y.Z
--continue
+ # If there are commits that we don't want to get applied, ensure
the
+ # milestone on GitHub is set to the following release.
+ archery release cherry-pick X.Y.Z --continue
# Update the maintenance branch with the previous commits
- archery release --jira-cache /tmp/jiracache cherry-pick X.Y.Z
--continue --execute
+ archery release cherry-pick X.Y.Z --continue --execute
# Push the updated maintenance branch to the remote repository
git push -u apache maint-X.Y.Z
+Optional: Test Before Creating a Release Candidate
+---------------------------------------------
Review Comment:
```suggestion
--------------------------------------------------
```
--
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]