From 6fc8086df670e44fa6fa1c174806cb63db7a4a7f Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Wed, 3 Mar 2021 18:52:07 -0500 Subject: [PATCH] doc: add specs repo maintenance tasks Updating the specs repo for the next release cycle isn't currently listed in the release cycle tasks, so add it. Change-Id: I8c9077d0ca1ebee047db4f7506ebdf2e3d1f1fc8 --- doc/source/contributor/releasecycle.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/contributor/releasecycle.rst b/doc/source/contributor/releasecycle.rst index c750e7adb15..d9e0732a502 100644 --- a/doc/source/contributor/releasecycle.rst +++ b/doc/source/contributor/releasecycle.rst @@ -80,6 +80,12 @@ Between Milestone-1 and Milestone-2 #. Review stable backports and release status. +#. The Cinder Spec Freeze usually occurs sometime within this window. + After all the approved specs have merged, propose a patch that adds + a directory for the next release. (You may have to wait until the release + name has been determined by the TC.) Example patch: + https://review.opendev.org/c/openstack/cinder-specs/+/778436 + #. Watch for and respond to updates to new driver patches. Milestone-2