add a step to actually approve the patch to tag the final release

Change-Id: I9b0426785b9cd5770491d8e8c90b0072d41ba996
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-10-07 12:31:33 -04:00
parent 6975491875
commit cfebfcc22d
1 changed files with 6 additions and 4 deletions

View File

@ -261,11 +261,13 @@ Final Release
and doc/source/$series/index.rst.
See https://review.openstack.org/#/c/381006 for an example.
3. Send release announcement email to
3. Approve the final release patch created earlier.
4. Send release announcement email to
``openstack-announce@lists.openstack.org``, based on
``templates/final.txt``.
4. Reset gerrit ACLs
5. Reset gerrit ACLs
1. Update all of the $project-release-branch groups to have
$project-stable-maint as members instead of "Release Managers"
@ -277,11 +279,11 @@ Final Release
2. Remove the refs/heads/stable/$series from the project gerrit
ACLs. This can be done by reverting the original ACL patch.
5. Update the default series name in
6. Update the default series name in
``openstack/releases/openstack_releases/defaults.py`` to use the
new series name.
6. Declare ``openstack/releases`` unfrozen.
7. Declare ``openstack/releases`` unfrozen.
Post-Final Release
==================