From 30d24ff5da003c10fc94ffefffb38e6e9e78d710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 19 Oct 2021 19:27:17 +0200 Subject: [PATCH] Update contributing.rst release instructions. --- docs/contributing.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 5d597b25..3006fa96 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -218,11 +218,7 @@ In order to prepare a new release, we are following the following steps: - 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):: - - make build-requirements - +- Update known good versions of dependencies in ``setup.cfg`` - If needed, recompress assets. It requires zopflipng:: make compress-assets