9002c5fa6c
Stable branches for newton and older are EOL. As such, they do not get frequent updates to the release notes. Building the release notes can take quite awhile, especially in the gate where it build them repeatedly in one job for each translation that is available. Each stable branch using the reno sphinx extension directive needs to scan the git history and dynamically generate the RST used for the series release notes. To speed up how long this takes, this patch makes these closed series' release note pages static so this expensive operation doesn't need to be performed for release notes that are not changing. If we do backport a patch and we want to include updated release notes, instructions are provided to show how to manually regenerate the static page to pick those up. Change-Id: I146e824be48baf1412d7c1570b3fb55a7007c958 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> |
||
---|---|---|
.. | ||
notes | ||
source | ||
README.rst |
Release notes
The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.
A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.
Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.