summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-02 12:54:32 -0700
committerSteve Piercy <web@stevepiercy.com>2017-06-02 12:54:32 -0700
commit64cf0e5f9e4f4f56a377bd33202c2232c14e2eaf (patch)
tree302677591e3363d853505083200197e9be513334 /RELEASING.txt
parentd179ce929d800fb5a8a43e9fece625cdd2eba25f (diff)
downloadpyramid-64cf0e5f9e4f4f56a377bd33202c2232c14e2eaf.tar.gz
pyramid-64cf0e5f9e4f4f56a377bd33202c2232c14e2eaf.tar.bz2
pyramid-64cf0e5f9e4f4f56a377bd33202c2232c14e2eaf.zip
Move docs update to Prepare new release branch
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index cb619dc8d..29d999522 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -41,6 +41,11 @@ Prepare new release branch
- For each ``pyramid-cookiecutter-*``, make a new branch off "master" with the
same name to align with the new Pyramid release branch name.
+- In the docs, update the ``cookiecutter`` command with the new branch name,
+ for example, ``cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout
+ x.y-branch``. A search for ``cookiecutter gh:Pylons/pyramid-cookiecutter-``
+ should return all instances to be updated.
+
- Ensure all features of the release are documented (audit CHANGES.txt or
communicate with contributors).
@@ -105,11 +110,6 @@ Prepare master for further development (major releases only)
Update previous version (final releases only)
---------------------------------------------
-- In the docs, update the ``cookiecutter`` command by appending the previous
- branch name for checkout, for example, ``cookiecutter
- gh:Pylons/pyramid-cookiecutter-starter --checkout 1.8-branch``. A search for
- ``cookiecutter gh:Pylons/pyramid-cookiecutter-`` should return all instances.
-
- In docs/conf.py, update values under html_theme_options for in_progress and
outdated. Uncomment the sections to enable pylons_sphinx_latesturl.