Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions developer-workflow/development-cycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ Repository release manager role policy
Release Managers for :ref:`in-development <indevbranch>`, :ref:`maintenance
<maintbranch>`, and :ref:`security mode <secbranch>` Python releases are
granted Administrator privileges on the repository. Once a release branch has
entered :ref:`end-of-life <eolbranch>`, the Release Manager for that branch is
removed as an Administrator and granted sole privileges (out side of repository
administrators) to merge changes to that branch.
entered :ref:`end-of-life <eolbranch>`, the Release Manager for that branch
creates a tag from the branch and deletes the branch. After this, they are
removed as an Administrator.

Multi-Factor Authentication must be enabled by the user in order to retain
access as a Release Manager of the branch.
Expand Down
Loading