diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-06-01 18:10:25 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-06-01 18:10:25 -0700 |
| commit | d179ce929d800fb5a8a43e9fece625cdd2eba25f (patch) | |
| tree | 297aee1f1259de905b5e3d7ef979ea5fc0481480 /RELEASING.txt | |
| parent | 12ac99d782c1685f123739c526b1e17bd43fa8c1 (diff) | |
| download | pyramid-d179ce929d800fb5a8a43e9fece625cdd2eba25f.tar.gz pyramid-d179ce929d800fb5a8a43e9fece625cdd2eba25f.tar.bz2 pyramid-d179ce929d800fb5a8a43e9fece625cdd2eba25f.zip | |
use shortcut for github URL; update RELEASING.txt
- refs: #3042
Diffstat (limited to 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index f780a607b..cb619dc8d 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -38,6 +38,9 @@ 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. + - Ensure all features of the release are documented (audit CHANGES.txt or communicate with contributors). @@ -102,6 +105,11 @@ 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. |
