Add notes on Release Managers abandon permissions

We are granting abandon permissions for release managers so that
changes on EOL branches can be removed.

Change-Id: I7486fead3d1066e0c45cd3a9c2ff1545849bd7e3
This commit is contained in:
Ian Wienand 2017-10-25 10:47:36 +11:00
parent ef20ba960c
commit 2c52fa6cbe
1 changed files with 4 additions and 0 deletions

View File

@ -228,6 +228,9 @@ High level goals:
$PROJECT-milestone (PTL and release minded people) exclusively can
perform full code review (blocking or approving: +/- 2), and submit
changes to be merged on pre-release stable/* branches.
#. Members of Release Managers can create and remove stable
branches, tag stable branches for EOL and abandon changes on EOL
branches.
#. Full code review (+/- 2) of API projects (documentation of the API,
not implementation of the API) should be available to the -core
group of the corresponding implementation project as well as to the
@ -293,6 +296,7 @@ Next, edit `project.config` to look like::
pushTag = group Release Managers
read = group Anonymous Users
editTopicName = group Registered Users
abandon = group Release Managers
[access "refs/drafts/*"]
push = block group Registered Users