Skip to content

Commit

Permalink
Add docs bump info to release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescooke committed Feb 24, 2024
1 parent 299fb1f commit 26e0821
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/release_checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Release checklist
The following tasks need to be completed for each release of Flake8-AAA. They
are mainly for the maintainer's use.

Bumping packages
----------------

This is handled by ``tox`` which calls the ``requirements/Makefile``. Trigger a
full rebuild of requirements by deleting all compiled ``.txt`` files and asking
for a compilation:

.. code-block:: shell
rm requirements/*.txt
tox r -m requirements
Versioning
----------

Expand Down

0 comments on commit 26e0821

Please sign in to comment.