Skip to content

Commit

Permalink
Merge branch 'main' into add-cpp-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Oct 13, 2023
2 parents f2dfb96 + d7d451a commit a0dfe73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/source/contributor-how-to-release-flower.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ 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. Update the ``changelog.md`` section header ``Unreleased`` to contain the version number and date for the release you are building. Create a pull request with the change.
2. Tag the release commit with the version number as soon as the PR is merged: ``git tag v0.12.3``, then ``git push --tags``. This will create a draft release on GitHub
containing the correct artifacts and the relevant part of the changelog.
2. Tag the release commit with the version number as soon as the PR is merged: ``git tag v0.12.3``, then ``git push --tags``. This will create a draft release on GitHub containing the correct artifacts and the relevant part of the changelog.
3. Check the draft release on GitHub, and if everything is good, publish it.

After the release
Expand Down

0 comments on commit a0dfe73

Please sign in to comment.