From b7ca0bc3609bfbe0c3f5bd69f51beb8e4ef2bc15 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Tue, 9 Nov 2021 15:12:37 -0500 Subject: [PATCH] doc: update docs details in release procedure Signed-off-by: Quentin Young --- doc/developer/frr-release-procedure.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/developer/frr-release-procedure.rst b/doc/developer/frr-release-procedure.rst index 3e2eb24658..8153f00fa4 100644 --- a/doc/developer/frr-release-procedure.rst +++ b/doc/developer/frr-release-procedure.rst @@ -144,8 +144,14 @@ FRR Release Procedure #. Deploy Snapcraft release (after CI system finishes the tests for snapcraft testplan). -#. Update the Read The Docs instance to begin publishing documentation built - off the ``stable/`` branch. Contact Quentin Young for this step. +#. Log in to the Read The Docs instance. in the "FRRouting" project, navigate + to the "Overview" tab. Ensure there is a ``stable-`` version listed + and that it is enabled. Go to "Admin" and then "Advanced Settings". Change + "Default version" to the new version. This ensures that the documentation + shown to visitors is that of the latest release by default. + + This step must be performed by someone with administrative access to the + Read the Docs instance. #. Publish the GitHub release.