summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-02 13:13:28 -0700
committerGitHub <noreply@github.com>2017-06-02 13:13:28 -0700
commitbc75c4d63098d2eb542453618cb6869a87fb3e28 (patch)
tree17e1fa1edbcc717adf1ffa721ce948c837172c5e /RELEASING.txt
parent12ac99d782c1685f123739c526b1e17bd43fa8c1 (diff)
parent1aa283fac740cf5ca7e6c9a02c6cc1366e328fe8 (diff)
downloadpyramid-bc75c4d63098d2eb542453618cb6869a87fb3e28.tar.gz
pyramid-bc75c4d63098d2eb542453618cb6869a87fb3e28.tar.bz2
pyramid-bc75c4d63098d2eb542453618cb6869a87fb3e28.zip
Merge pull request #3071 from stevepiercy/master
use shortcut for github URL; update RELEASING.txt
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index f780a607b..29d999522 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -38,6 +38,14 @@ Prepare new release branch
$ ./scaffoldtests.sh
+- 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).