summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-09-16 20:36:17 +0200
committerDonald Sharp <sharpd@nvidia.com>2022-02-09 13:56:00 +0100
commitadd70bc3157e897051265ff03a21f752c161c24d (patch)
treed3e1ad6b371d298e69ab2a836f32666fec404dc0 /doc/developer
parentMerge pull request #9066 from donaldsharp/ships_in_the_night (diff)
downloadfrr-add70bc3157e897051265ff03a21f752c161c24d.tar.xz
frr-add70bc3157e897051265ff03a21f752c161c24d.zip
doc: Update workflow.rst for release management
Some release management updates Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/workflow.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst
index 6ae3d2939..2005e9d8b 100644
--- a/doc/developer/workflow.rst
+++ b/doc/developer/workflow.rst
@@ -163,15 +163,18 @@ For reference, the expected release schedule according to the above is:
+---------+------------+------------+------------+------------+------------+
Each release is managed by one or more volunteer release managers from the FRR
-community. To spread and distribute this workload, this should be rotated for
+community. These release managers are expected to handle the branch for a period
+of one year. To spread and distribute this workload, this should be rotated for
subsequent releases. The release managers are currently assumed/expected to
run a release management meeting during the weeks listed above. Barring other
constraints, this would be scheduled before the regular weekly FRR community
call such that important items can be carried over into that call.
-Bugfixes are applied to the two most recent releases. However, backporting of bug
-fixes to older than the two most recent releases will not be prevented, if acked
-under the classical development workflow applying for a pull request.
+Bugfixes are applied to the two most recent releases. It is expected that
+each bugfix backported should include some reasoning for its inclusion
+as well as receiving approval by the release managers for that release before
+accepted into the release branch. This does not necessarily preclude backporting of
+bug fixes to older than the two most recent releases.
Security fixes are backported to all releases less than or equal to at least one
year old. Security fixes may also be backported to older releases depending on