raulcd commented on code in PR #50813:
URL: https://github.com/apache/arrow/pull/50813#discussion_r3719479181
##########
docs/source/developers/release.rst:
##########
@@ -164,12 +168,12 @@ Create or update the corresponding maintenance branch
.. code-block::
# Execute the following from an up to date main branch.
- # This will create a branch locally called maint-X.Y.Z.
+ # This will create the maintenance branch locally.
# X.Y.Z corresponds with the Major, Minor and Patch version number
# of the release respectively. As an example 9.0.0
archery release cherry-pick X.Y.Z --execute
# Push the maintenance branch to the remote repository
- git push -u upstream maint-X.Y.Z
+ git push -u upstream <maintenance-branch>
Review Comment:
I don't think that's necessary either.
--
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]