Merge "Explicitly mark earliest-version for release notes"
This commit is contained in:
commit
cd406b977c
@ -85,7 +85,10 @@ This includes:
|
||||
* updating the release notes RST to include the new branch.
|
||||
|
||||
The generated RST does not include the version range in the title, so we
|
||||
typically submit a follow-up patch to do that.
|
||||
typically submit a follow-up patch to do that. We also manually mark
|
||||
the ``earliest-version`` directive on the new page, due to a `reno bug
|
||||
<https://bugs.launchpad.net/reno/+bug/1746076>` that may cause this to
|
||||
be incorrect for stable branches.
|
||||
|
||||
We need to submit patches for changes in the stable branch to:
|
||||
|
||||
|
@ -4,6 +4,7 @@ Liberty Series (4.0.0 - 4.2.5) Release Notes
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/liberty
|
||||
:earliest-version: 4.2.2
|
||||
|
||||
.. _V4-2-1:
|
||||
|
||||
|
@ -4,3 +4,4 @@ Mitaka Series (4.3.0 - 5.1.x) Release Notes
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/mitaka
|
||||
:earliest-version: 4.3.0
|
||||
|
@ -4,3 +4,4 @@ Newton Series (6.0.0 - 6.2.x) Release Notes
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/newton
|
||||
:earliest-version: 6.0.0
|
||||
|
@ -4,3 +4,4 @@ Ocata Series (7.0.0 - 7.0.x) Release Notes
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/ocata
|
||||
:earliest-version: 7.0.0
|
||||
|
@ -4,3 +4,4 @@
|
||||
|
||||
.. release-notes::
|
||||
:branch: stable/pike
|
||||
:earliest-version: 8.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user