tadeja commented on code in PR #50813:
URL: https://github.com/apache/arrow/pull/50813#discussion_r3720625730
##########
docs/source/developers/release.rst:
##########
Review Comment:
```suggestion
* Create a pull request from the up-to-date ``<maintenance-branch>`` onto
main
* Title the pull request "WIP: Dummy PR to check <maintenance-branch> status"
```
##########
docs/source/developers/release.rst:
##########
Review Comment:
```suggestion
Merge ``release-X.Y.Z-rcN`` to ``maint-X.Y.x``:
.. code-block:: Bash
# git checkout maint-25.0.x
git checkout maint-X.Y.x
# git merge release-25.0.1-rc0
git merge release-X.Y.Z-rcN
# git push -u upstream maint-25.0.x
git push -u upstream maint-X.Y.x
```
##########
docs/source/developers/release.rst:
##########
Review Comment:
```suggestion
git checkout <maintenance-branch>
```
--
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]