diff --git a/doc/contributor-guide/source/release/taskdetail.rst b/doc/contributor-guide/source/release/taskdetail.rst index ff3bf017e2..c75fdfcf70 100644 --- a/doc/contributor-guide/source/release/taskdetail.rst +++ b/doc/contributor-guide/source/release/taskdetail.rst @@ -152,7 +152,8 @@ End-of-life ~~~~~~~~~~~ Once a release is at end-of-life, you must stop producing new publications. -To indicate the end-of-life, add the below sentence at the index: +To indicate the end-of-life, add the below sentence at the index +for release-specific documentation: .. code-block:: rst @@ -164,6 +165,20 @@ To indicate the end-of-life, add the below sentence at the index: See the `OpenStack Documentation page `_ for current documentation. +For continuously released documentation, exclude the release from target. + +For example, from: + +.. code-block:: rst + + This guide documents OpenStack Newton, Mitaka, and Liberty releases. + +To: + +.. code-block:: rst + + This guide documents OpenStack Newton and Mitaka releases. + However, we will keep the documentation on the `docs.openstack.org `_ page for a while so that the users can refer the guides if necessary.