summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-02 13:15:57 -0700
committerSteve Piercy <web@stevepiercy.com>2017-06-02 13:15:57 -0700
commitcb3b05f43fd297fc8e3556cb8c9d59017229e519 (patch)
tree5315d9f855f88ba0f59e1182787eef1194ea4339 /RELEASING.txt
parent1aa283fac740cf5ca7e6c9a02c6cc1366e328fe8 (diff)
downloadpyramid-cb3b05f43fd297fc8e3556cb8c9d59017229e519.tar.gz
pyramid-cb3b05f43fd297fc8e3556cb8c9d59017229e519.tar.bz2
pyramid-cb3b05f43fd297fc8e3556cb8c9d59017229e519.zip
Add cookiecutter step for master branch upon release of new branch
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 29d999522..9f7db457e 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -107,6 +107,11 @@ Prepare master for further development (major releases only)
- Update README.rst to use correct versions of badges, URLs, and ALT option
for "master" instead of the major release version.
+- In the docs, update the ``cookiecutter`` command with ``master``,
+ for example, ``cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout
+ master``. A search for ``cookiecutter gh:Pylons/pyramid-cookiecutter-``
+ should return all instances to be updated.
+
Update previous version (final releases only)
---------------------------------------------