From c60a2a8132119cd244bb55f88964cf328ff4b402 Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Thu, 9 Jan 2025 13:44:03 +0000 Subject: [PATCH] Update release info Changes to update new release proc. Change-Id: I28c43d2d33d5cb18dc04c2b261ccf311aacb90e0 Signed-off-by: Ron Stone --- .../contributor/doc_contribute_guide.rst | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/doc/source/contributor/doc_contribute_guide.rst b/doc/source/contributor/doc_contribute_guide.rst index 81413cdc9..fae254002 100644 --- a/doc/source/contributor/doc_contribute_guide.rst +++ b/doc/source/contributor/doc_contribute_guide.rst @@ -1912,18 +1912,6 @@ To do so: #. On a working branch, open the file :file:`doc/source/conf.py`. -#. If you are updating on a new branch, change the configuration assignment - ``starlingxdocs_plus_this_version`` to the name of the new branch. - - For example: - - .. code-block:: - - starlingxdocs_plus_this_version="Version 9.0" - - Otherwise, confirm that the value is correct for the branch you are - updating. - #. Locate the configuration assignment ``starlingxdocs_plus_other_versions``. This assignment takes a *key,value* pair for each branch other than the @@ -1946,7 +1934,7 @@ To do so: .. code-block:: - starlingxdocs_plus_other_versions = [("Version 6.0","r/stx.6.0"),("Version 7.0","r/stx.7.0"),("Version 8.0","r/stx.8.0"),("Latest","")] + starlingxdocs_plus_other_versions = [("Version 6.0","r/stx.6.0"),("Version 7.0","r/stx.7.0"),("Version 8.0","r/stx.8.0"),("Version 9.0","r/stx.9.0")] .. note:: @@ -1956,9 +1944,9 @@ To do so: ``master`` documentation is at the base URL ``docs.startlingx.io``, this means that the value must be an empty string, as show above. -********************* -Adding the promte job -********************* +********************** +Adding the promote job +********************** A ``promote`` job must be created for merged reviews on a new release branch to be published to docs.starlingx.io.