Skip to content

Commit

Permalink
Format doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Sep 28, 2024
1 parent 70ed2d6 commit 246a514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/contributor-how-to-release-flower.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <YOUR_GH_TOKEN>`` 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 <YOUR_GH_TOKEN>`` 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<NEW_VERSION>``, where ``<NEW_VERSION>`` is the
version stated in ``pyproject.toml`` (notice the ``v`` added before it). This will
Expand Down

0 comments on commit 246a514

Please sign in to comment.