diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 89a2af3e..00000000 --- a/AUTHORS +++ /dev/null @@ -1,2 +0,0 @@ -The project has been started by Alexis Métaireau and Frédéric Sureau. Friends are -helping since that in the persons of Arnaud Bos and Quentin Roy. diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS similarity index 63% rename from CONTRIBUTORS.rst rename to CONTRIBUTORS index 4272b961..0acc7e87 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS @@ -1,3 +1,6 @@ +The project has been started by Alexis Métaireau and Frédéric Sureau. Friends are +helping since that. Here is the complete list of people who gave a hand: + 0livd <0livd@users.noreply.github.com> A.Avenel Adam Chainz @@ -7,11 +10,8 @@ Arnaud Bos Baptiste Jonglez Berteh Feth AREZKI -fredericsureau -Frédéric Sureau -JocelynDelalande -Jocelyn Delande +Frédéric Sureau +Jocelyn Delalande Mathieu Leplatre -Quentin Tinmn Xavier Mehrenberger diff --git a/README.rst b/README.rst index e2efecce..30fd094b 100644 --- a/README.rst +++ b/README.rst @@ -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 +`_. + +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!