raulcd commented on code in PR #13308:
URL: https://github.com/apache/arrow/pull/13308#discussion_r903811893
##########
docs/source/developers/release.rst:
##########
@@ -130,23 +181,28 @@ These are the different steps that are required to create
a release candidate.
# after you complete the script:
# https://repository.apache.org/#stagingRepositories
dev/release/06-java-upload.sh <version> <rc-number>
-
- # Automatically verify the release candidate
+
+Verify the Release
+------------------
+
+.. code-block::
+
+ # Automatically verify the Release Candidate
#
- # 1. Push the release candidate's branch to the fork
+ # 1. Push the Release Candidate's branch to the fork
git push --set-upstream origin release-<version>-rc<rc-number>
- # 2. Open a pull request from the release candidate's branch to the
release branch
- #
https://github.com/apache/arrow/compare/release-<version>...<fork-github-username>:release-<version>-rc<rc-number>
+ # 2. Open a pull request from the Release Candidate's branch to the
maintenance branch
+ #
https://github.com/apache/arrow/compare/maint-<version>...<fork-github-username>:release-<version>-rc<rc-number>
# 3. Create a comment for the pull request to trigger the automatized
crossbow verification tasks
# @github-actions crossbow submit --group verify-rc-source --group
verify-rc-binaries --group verify-rc-wheels --param release=<version> --param
rc=<rc-number>
#
# See https://github.com/apache/arrow/pull/10126 as an example.
- # Once the automatic verification has passed merge the release candidate's
branch to the release branch
- # may need the --force flag to push the release-<version> branch to the
apache remote for RC1 or later
- git checkout release-<version>
+ # Once the automatic verification has passed merge the Release Candidate's
branch to the maintenance branch
+ # may need the --force flag to push the maint-<version> branch to the
apache remote for RC1 or later
Review Comment:
Thanks @kou I agree, this was stray from the previous workflow. Let me know
if there is something else you would like me to change. Thanks!
--
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]