summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-12-07 12:30:14 +0100
committerGitHub <noreply@github.com>2021-12-07 11:30:14 +0000
commitf81d84dfc6b1c3a821dffab785e62ecd79f130ab (patch)
tree4801e517a8c628c1ad6e7034ee6224fe6599b83c /lib
parent7254d0fe940647814a2833d645f658586ce6da9c (diff)
downloadspack-f81d84dfc6b1c3a821dffab785e62ecd79f130ab.tar.gz
spack-f81d84dfc6b1c3a821dffab785e62ecd79f130ab.tar.bz2
spack-f81d84dfc6b1c3a821dffab785e62ecd79f130ab.tar.xz
spack-f81d84dfc6b1c3a821dffab785e62ecd79f130ab.zip
Release procedure: add a step to update docs (#27734)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/developer_guide.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/spack/docs/developer_guide.rst b/lib/spack/docs/developer_guide.rst
index 2530b4ef03..4e683217b9 100644
--- a/lib/spack/docs/developer_guide.rst
+++ b/lib/spack/docs/developer_guide.rst
@@ -1177,6 +1177,10 @@ completed, the steps to make the major release are:
If CI is not passing, submit pull requests to ``develop`` as normal
and keep rebasing the release branch on ``develop`` until CI passes.
+#. Make sure the entire documentation is up to date. If documentation
+ is outdated submit pull requests to ``develop`` as normal
+ and keep rebasing the release branch on ``develop``.
+
#. Follow the steps in :ref:`publishing-releases`.
#. Follow the steps in :ref:`merging-releases`.