Be explicit about bugfix branches support lifetime

Also fix new release model link

Change-Id: I1c9b3b1c8481a315199070468298a73936ae93a7
This commit is contained in:
Riccardo Pittau 2023-05-31 15:54:54 +02:00
parent 2bd69444d9
commit c0643e9d05

View File

@ -136,6 +136,8 @@ branch. A bugfix release is only created if there are significant
beneficial changes and a known downstream operator or distributor will consume beneficial changes and a known downstream operator or distributor will consume
the release. the release.
A bugfix branch is supported for 6 months after its creation date.
To leave some version space for releases from these branches, releases of these To leave some version space for releases from these branches, releases of these
projects from the master branch always increase either the major or the minor projects from the master branch always increase either the major or the minor
version. version.
@ -243,7 +245,7 @@ following the next steps:
The ``--intermediate-branch`` option is used to create an intermediate The ``--intermediate-branch`` option is used to create an intermediate
bugfix branch following the bugfix branch following the
`new release model for Ironic projects <https://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/new-release-model.html>`_. `new release model for Ironic projects <https://specs.openstack.org/openstack/ironic-specs/specs/approved/new-release-model.html>`_.
To propose the release, use the script to update the deliverable file, then To propose the release, use the script to update the deliverable file, then
commit the change, and propose it for review. commit the change, and propose it for review.