Skip to content

Commit

Permalink
Update to for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 14, 2020
1 parent 73ffb15 commit 545ffc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/maintainers/RELEASING.rst
Expand Up @@ -10,7 +10,7 @@ branch, based on the ``2.13`` branch, as the locus for those changes:

.. code-block:: bash
$ git checkout -b 2.13.30-prep 2.13
$ git checkout -b 2.13.31-prep 2.13
Update the release version in ``setup.py``
------------------------------------------
Expand All @@ -20,7 +20,7 @@ Set the new release version, and commit:
.. code-block:: bash
$ vim setup.py
$ git commit -m "Update version for 2.13.30 release" setup.py
$ git commit -m "Update version for 2.13.31 release" setup.py
Pin versions in ``buildout.cfg``
--------------------------------
Expand Down Expand Up @@ -81,7 +81,7 @@ without buildout. Be sure to:
$ vim requirements.txt
$ git add requirements.txt
$ git commit -m "Pin versions for 2.13.30 release" buildout.cfg requirements.txt
$ git commit -m "Pin versions for 2.13.31 release" buildout.cfg requirements.txt
Review / update the changelog
-----------------------------
Expand All @@ -91,7 +91,7 @@ Add today's date to the current release.
.. code-block:: bash
$ vim doc/CHANGES.rst
$ git commit -m "Finalize changelog 2.13.30 release" doc/CHANGES.rst
$ git commit -m "Finalize changelog 2.13.31 release" doc/CHANGES.rst
.. note::

Expand All @@ -103,7 +103,7 @@ Tag the release

.. code-block:: bash
$ git tag -sm "Tag 2.13.30 release" 2.13.30
$ git tag -sm "Tag 2.13.31 release" 2.13.31
.. note::

Expand All @@ -126,7 +126,7 @@ Push the git release artefacts

.. code-block:: bash
$ git push origin 2.13.30-prep && git push --tags
$ git push origin 2.13.31-prep && git push --tags
Update the ``2.13`` branch for the next release
-----------------------------------------------
Expand Down

0 comments on commit 545ffc6

Please sign in to comment.