cinder/releasenotes/source
OpenStack Proposal Bot 3f33542abd Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Iccb9cb4764dc5f07958d854813a448fed26014ab
2021-03-24 06:25:01 +00:00
..
_static Add reno for release notes management 2015-11-05 14:58:17 +01:00
_templates Add reno for release notes management 2015-11-05 14:58:17 +01:00
locale Imported Translations from Zanata 2021-03-24 06:25:01 +00:00
README.txt Make EM branch release notes static 2020-09-23 16:36:25 -05:00
conf.py Switch to newer openstackdocstheme and reno versions 2020-05-27 12:28:24 +00:00
index.rst Update master for stable/victoria 2020-09-28 09:31:36 +00:00
liberty.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
mitaka.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
newton.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
ocata.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
pike.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
queens.rst Make EM branch release notes static 2020-09-23 16:36:25 -05:00
rocky.rst Make EM branch release notes static 2020-09-23 16:36:25 -05:00
stein.rst Add release note ignore for backport note 2019-07-10 10:55:28 -05:00
train.rst Update master for stable/train 2019-09-27 09:05:15 +00:00
unreleased.rst Add release note ignore for backport note 2019-07-10 10:55:28 -05:00
ussuri.rst Update master for stable/ussuri 2020-04-23 19:20:35 +00:00
victoria.rst Update master for stable/victoria 2020-09-28 09:31:36 +00:00

README.txt

=========================================
Important Notes Regarding Closed Branches
=========================================

This README applies to release notes for branches that are closed. This
includes End of Life, Unmaintained, and Extended Maintenance branches.
The list of series, and their stable status, can be found here:

https://releases.openstack.org/

Once a stable series reaches Extended Maintenance, no new official releases
will be performed for that series. For this reason, and to save a significant
amount of time in gate jobs that build release notes, EOL branch release
notes are made static. Said another way, reno is no longer used to dynamically
generate the release notes for that branch as they are not expected to change
often.

Branches in Extended Maintenance will not be released, but they can still
accept backports of bugfixes. We may want to include release notes for these
fixes, even if they will not be included in an official release. In this case,
in addition to backporting the release note, you will need to manually refresh
the static page so those new notes will show up under a development release
version in the generated output.

To regenerate the static landing pages in this case, run the following commands
from the root of the openstack/cinder repo::

  tox -e releasenotes --notest
  .tox/releasenotes/bin/reno report \
      --title "$SERIES Series Release Notes" \
      --branch "stable/$series" | \
      sed 's/^ *$//g' > "releasenotes/source/$series.rst"

In this example, ``$SERIES`` would be the title-cased series name (i.e. Rocky),
and $series would be the series name in lower case (i.e. rocky).

This should replace the static release note page. That page should then be
added to the commit and included as part of the review.