Update release info
Changes to update new release proc. Change-Id: I28c43d2d33d5cb18dc04c2b261ccf311aacb90e0 Signed-off-by: Ron Stone <ronald.stone@windriver.com>
This commit is contained in:
parent
eb52adae9c
commit
c60a2a8132
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user