Steve Piercy
2017-06-02 d179ce929d800fb5a8a43e9fece625cdd2eba25f
use shortcut for github URL; update RELEASING.txt
- refs: #3042
8 files modified
30 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
RELEASING.txt 8 ●●●●● patch | view | raw | blame | history
docs/narr/project.rst 2 ●●● patch | view | raw | blame | history
docs/quick_tour.rst 4 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/cookiecutters.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki/installation.rst 4 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/installation.rst 4 ●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -9,6 +9,10 @@
  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)
==================
RELEASING.txt
@@ -38,6 +38,9 @@
  $ ./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 @@
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.
docs/narr/project.rst
@@ -85,7 +85,7 @@
.. code-block:: bash
   $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
   $ cookiecutter gh:Pylons/pyramid-cookiecutter-starter
If prompted for the first item, accept the default ``yes`` by hitting return.
docs/quick_tour.rst
@@ -510,7 +510,7 @@
.. code-block:: bash
    $ $VENV/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
    $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter
If prompted for the first item, accept the default ``yes`` by hitting return.
@@ -866,7 +866,7 @@
.. code-block:: bash
    $ cd ~
    $ env/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-alchemy
    $ env/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy
If prompted for the first item, accept the default ``yes`` by hitting return.
docs/quick_tutorial/cookiecutters.rst
@@ -28,7 +28,7 @@
    .. code-block:: bash
        $ $VENV/bin/cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
        $ $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter
    If prompted for the first item, accept the default ``yes`` by hitting return.
docs/tutorials/modwsgi/index.rst
@@ -39,7 +39,7 @@
    .. code-block:: bash
       $ cd ~
       $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
       $ cookiecutter gh:Pylons/pyramid-cookiecutter-starter
    If prompted for the first item, accept the default ``yes`` by hitting return.
docs/tutorials/wiki/installation.rst
@@ -31,7 +31,7 @@
.. code-block:: bash
    $ cd ~
    $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-zodb
    $ cookiecutter gh:Pylons/pyramid-cookiecutter-zodb
On Windows
^^^^^^^^^^
@@ -39,7 +39,7 @@
.. code-block:: doscon
    c:\> cd \
    c:\> cookiecutter https://github.com/Pylons/pyramid-cookiecutter-zodb
    c:\> cookiecutter gh:Pylons/pyramid-cookiecutter-zodb
On all operating systems
^^^^^^^^^^^^^^^^^^^^^^^^
docs/tutorials/wiki2/installation.rst
@@ -43,7 +43,7 @@
.. code-block:: bash
    $ cd ~
    $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-alchemy
    $ cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy
On Windows
^^^^^^^^^^
@@ -51,7 +51,7 @@
.. code-block:: doscon
    c:\> cd \
    c:\> cookiecutter https://github.com/Pylons/pyramid-cookiecutter-alchemy
    c:\> cookiecutter gh:Pylons/pyramid-cookiecutter-alchemy
On all operating systems
^^^^^^^^^^^^^^^^^^^^^^^^