diff options
| author | Alexis Métaireau <alexis@notmyidea.org> | 2017-03-20 21:46:33 +0100 |
|---|---|---|
| committer | Alexis Métaireau <alexis@notmyidea.org> | 2017-03-21 15:09:31 +0100 |
| commit | caf7f2b814ced8c7ad2a0bacc4e2715ec77ba344 (patch) | |
| tree | 85bfc76eca3d09244f4f6bf9cc327a3ef1e76666 /README.rst | |
| parent | 464f50dfc9e5cf3400cab84d42c0d89a0ff62bc4 (diff) | |
| download | ihatemoney-mirror-caf7f2b814ced8c7ad2a0bacc4e2715ec77ba344.zip ihatemoney-mirror-caf7f2b814ced8c7ad2a0bacc4e2715ec77ba344.tar.gz ihatemoney-mirror-caf7f2b814ced8c7ad2a0bacc4e2715ec77ba344.tar.bz2 | |
Update the README with the release process
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -98,3 +98,33 @@ End-user You just wanted to have a look at the application and found a bug? Please tell us and go fill a new issue: https://github.com/spiral-project/ihatemoney/issues + +How to release? +=============== + +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 ``CHANGELOG.rst`` +- 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: + +.. code-block:: bash + + $ fullrelease + +That's all folks! |
