Permalink
Comparing changes
Open a pull request
- 5 commits
- 8 files changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
21 additions
and 9 deletions.
- +4 −0 CHANGES.txt
- +8 −0 RELEASING.txt
- +1 −1 docs/narr/project.rst
- +2 −2 docs/quick_tour.rst
- +1 −1 docs/quick_tutorial/cookiecutters.rst
- +1 −1 docs/tutorials/modwsgi/index.rst
- +2 −2 docs/tutorials/wiki/installation.rst
- +2 −2 docs/tutorials/wiki2/installation.rst
| @@ -9,6 +9,10 @@ unreleased | ||
| resulting source files in tutorials. | ||
| See https://github.com/Pylons/pyramid/issues/2548 | ||
| - Update RELEASING.txt for updating cookiecutters. Change cookiecutter URLs to | ||
| use shortcut. | ||
| See: https://github.com/Pylons/pyramid/issues/3042 | ||
| 1.9a2 (2017-05-09) | ||
| ================== | ||
| @@ -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). | ||
| @@ -85,7 +85,7 @@ On all platforms, generate a project using cookiecutter. | ||
| .. code-block:: bash | ||
| $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter | ||
| $ cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout 1.9-branch | ||
| If prompted for the first item, accept the default ``yes`` by hitting return. | ||
| @@ -510,7 +510,7 @@ Let's use the cookiecutter ``pyramid-cookiecutter-starter`` to create a starter | ||
| .. code-block:: bash | ||
| $ $VENV/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter | ||
| $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout 1.9-branch | ||
| If prompted for the first item, accept the default ``yes`` by hitting return. | ||
| @@ -866,7 +866,7 @@ Pyramid and SQLAlchemy are great friends. That friendship includes a cookiecutte | ||
| .. code-block:: bash | ||
| $ cd ~ | ||
| $ env/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-alchemy | ||
| $ env/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy --checkout 1.9-branch | ||
| If prompted for the first item, accept the default ``yes`` by hitting return. | ||
| @@ -28,7 +28,7 @@ Steps | ||
| .. code-block:: bash | ||
| $ $VENV/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter | ||
| $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout 1.9-branch | ||
| If prompted for the first item, accept the default ``yes`` by hitting return. | ||
| @@ -39,7 +39,7 @@ specific path information for commands and files. | ||
| .. code-block:: bash | ||
| $ cd ~ | ||
| $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter | ||
| $ cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout 1.9-branch | ||
| If prompted for the first item, accept the default ``yes`` by hitting return. | ||
| @@ -31,15 +31,15 @@ On UNIX | ||
| .. code-block:: bash | ||
| $ cd ~ | ||
| $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-zodb | ||
| $ cookiecutter gh:Pylons/pyramid-cookiecutter-zodb --checkout 1.9-branch | ||
| On Windows | ||
| ^^^^^^^^^^ | ||
| .. code-block:: doscon | ||
| c:\> cd \ | ||
| c:\> cookiecutter https://github.com/Pylons/pyramid-cookiecutter-zodb | ||
| c:\> cookiecutter gh:Pylons/pyramid-cookiecutter-zodb --checkout 1.9-branch | ||
| On all operating systems | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^ | ||
| @@ -43,15 +43,15 @@ On UNIX | ||
| .. code-block:: bash | ||
| $ cd ~ | ||
| $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-alchemy | ||
| $ cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy --checkout 1.9-branch | ||
| On Windows | ||
| ^^^^^^^^^^ | ||
| .. code-block:: doscon | ||
| c:\> cd \ | ||
| c:\> cookiecutter https://github.com/Pylons/pyramid-cookiecutter-alchemy | ||
| c:\> cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy --checkout 1.9-branch | ||
| On all operating systems | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^ | ||