From 937330cf7577100497cf093a2631a3fd526172b3 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 20 Feb 2017 15:51:26 -0500 Subject: [PATCH] add a step to sync with docs team during final release Change-Id: Id09e0462809ce0bb5019609f41ed8ce7664f0e86 Signed-off-by: Doug Hellmann --- PROCESS.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/PROCESS.rst b/PROCESS.rst index daff3776c6..e495e60711 100644 --- a/PROCESS.rst +++ b/PROCESS.rst @@ -300,15 +300,19 @@ Final Release 4. Add documentation links on the series page on releases.o.o. See https://review.openstack.org/#/c/381005 for an example. -5. Mark series as released on releases.o.o, by updating doc/source/index.rst +5. Notify the documentation team that the final release has been + tagged so they can update the documentation landing page. (They + might wait to do that until the press release is published.) + +6. Mark series as released on releases.o.o, by updating doc/source/index.rst and doc/source/$series/index.rst. See https://review.openstack.org/#/c/381006 for an example. -6. Update the default series name in +7. Update the default series name in ``openstack/releases/openstack_releases/defaults.py`` to use the new series name. -7. Declare ``openstack/releases`` unfrozen. +8. Declare ``openstack/releases`` unfrozen. Post-Final Release ==================