This is an automated email from the ASF dual-hosted git repository. brycemecum pushed a commit to branch feature/GH-45140--release-guide-improvements in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 806eeef4bb99ca35ebb2c9a1c49ac6df646f8e5b Author: Bryce Mecum <[email protected]> AuthorDate: Tue Dec 31 11:02:42 2024 -0800 Update header --- docs/source/developers/release.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers/release.rst b/docs/source/developers/release.rst index 9f14eb0331..ebf3417098 100644 --- a/docs/source/developers/release.rst +++ b/docs/source/developers/release.rst @@ -168,7 +168,7 @@ Create or update the corresponding maintenance branch # Push the updated maintenance branch to the remote repository git push -u apache maint-X.Y.Z -Optional: Before Creating a Release Candidate +Optional: Test Before Creating a Release Candidate --------------------------------------------- Some release managers prefer to perform testing before creating the first
