kou commented on code in PR #33836: URL: https://github.com/apache/arrow/pull/33836#discussion_r1084957508
########## docs/source/developers/release.rst: ########## @@ -214,11 +211,16 @@ After the release vote, we must undertake many tasks to update source artifacts, Be sure to go through on the following checklist: -#. Make the released version as "RELEASED" on JIRA +#. Update the released milestone Date and set to "Closed" on GitHub #. Make the CPP PARQUET related version as "RELEASED" on JIRA -#. Start the new version on JIRA on the ARROW project #. Start the new version on JIRA for the related CPP PARQUET version #. Merge changes on release branch to maintenance branch for patch releases + +.. code-block:: + git checkout maint-<version> + git merge release-<version>-rc<rc-number> + git push apache maint-<version> + Review Comment: We already have this in the following `dropdown`s: ```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]
