diff options
| author | Alexis Métaireau <alexis@notmyidea.org> | 2017-03-28 17:48:41 +0200 |
|---|---|---|
| committer | Alexis Métaireau <alexis@notmyidea.org> | 2017-03-28 17:49:22 +0200 |
| commit | 08a493556642f7dd19ad48b1f7c40fe4ac607236 (patch) | |
| tree | cc2f1d494c28f004fb0decdea68c40e3677da254 /README.rst | |
| parent | 2d0c85e0e6252ca9b7a9146f791b224f3338a01c (diff) | |
| download | ihatemoney-mirror-08a493556642f7dd19ad48b1f7c40fe4ac607236.zip ihatemoney-mirror-08a493556642f7dd19ad48b1f7c40fe4ac607236.tar.gz ihatemoney-mirror-08a493556642f7dd19ad48b1f7c40fe4ac607236.tar.bz2 | |
Update the README with makefile changes
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 22 |
1 files changed, 7 insertions, 15 deletions
@@ -96,29 +96,21 @@ Thanks again! How to release? =============== -In order to prepare a new release, we are following the following steps. +In order to prepare a new release, we are following the following steps: -The `fullrelease` command comes from `zest.releaser -<https://pypi.python.org/pypi/zest.releaser>`_. - -Install `zest.releaser`: - -.. code-block:: bash - - $ pip install "zest.releaser" - -- Merge remaining pull requests -- Update :file:`CONTRIBUTORS`. +- Merge remaining pull requests; +- Update :file:`CHANGELOG.rst` with the last changes; +- Update :file:`CONTRIBUTORS`; - Update known good versions of dependencies in ``requirements.txt`` with this command (from inside the venv): .. code-block:: bash $ pip freeze | grep -v -- '-e' > requirements.txt -Once this is done, use the "fullrelease" command: +Once this is done, use the "release" instruction: .. code-block:: bash - $ fullrelease + $ make release -That's all folks! +And the new version should be published on PyPI. |
