Update contributing.rst release instructions.

This commit is contained in:
Alexis Métaireau 2021-10-19 19:27:17 +02:00
parent 949a8f982a
commit 30d24ff5da

View file

@ -218,11 +218,7 @@ In order to prepare a new release, we are following the following steps:
- Merge remaining pull requests; - Merge remaining pull requests;
- Update :file:`CHANGELOG.rst` with the last changes; - Update :file:`CHANGELOG.rst` with the last changes;
- Update :file:`CONTRIBUTORS`; - Update :file:`CONTRIBUTORS`;
- Update known good versions of dependencies in ``requirements.txt`` with this - Update known good versions of dependencies in ``setup.cfg``
command (from inside the venv)::
make build-requirements
- If needed, recompress assets. It requires zopflipng:: - If needed, recompress assets. It requires zopflipng::
make compress-assets make compress-assets