[contributor] add end-of-life task

Change-Id: I9b451f2fa97e88981d140316141a27b18cbdf48f
This commit is contained in:
KATO Tomoyuki
2016-12-27 10:59:58 +09:00
parent ce2c661937
commit 51affcb07f

View File

@@ -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
<http://docs.openstack.org/>`_ 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 <http://docs.openstack.org/>`_
page for a while so that the users can refer the guides if necessary.