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 162de1a1267890b812d2d816a94b4db9dc3936ac Author: Bryce Mecum <[email protected]> AuthorDate: Tue Dec 31 11:13:31 2024 -0800 Add note to top of doc about privileges --- docs/source/developers/release.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/developers/release.rst b/docs/source/developers/release.rst index ebf3417098..d73b15e87e 100644 --- a/docs/source/developers/release.rst +++ b/docs/source/developers/release.rst @@ -24,7 +24,10 @@ Release Management Guide This page provides detailed information on the steps followed to perform a release. It can be used both as a guide to learn the Apache Arrow release process and as a comprehensive checklist for the Release Manager when -performing a release. +performing a release. The person acting as Release Manager must at least have +committer status in order to perform the tasks below. If the Release Manager is +a committer but not a member of the PMC, some tasks will need to be delegated +to a PMC member and are marked as accordingly below. Principles ==========
