diff --git a/doc/source/contributor-how-to-release-flower.rst b/doc/source/contributor-how-to-release-flower.rst index b9f92efeb46b..44982ab765ab 100644 --- a/doc/source/contributor-how-to-release-flower.rst +++ b/doc/source/contributor-how-to-release-flower.rst @@ -10,9 +10,9 @@ During the release The version number of a release is stated in ``pyproject.toml``. To release a new version of Flower, the following things need to happen (in that order): -1. Run ``python3 ./dev/update_changelog.py `` in order to add - every new change to the changelog (feel free to make manual changes to the changelog - afterwards until it looks good). +1. Run ``python3 ./dev/update_changelog.py `` in order to add every new + change to the changelog (feel free to make manual changes to the changelog afterwards + until it looks good). 2. Once the changelog has been updated with all the changes, run ``./dev/prepare-release-changelog.sh v``, where ```` is the version stated in ``pyproject.toml`` (notice the ``v`` added before it). This will