Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/source/how-to/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ control system.
| |uncheck| All documentation builds successfully.
| |uncheck| The project builds successfully.

.. note:: Pre-releases

To perform a pre-release, the process is the same as described below, with the exception
of using a pre-release tag that follows `PEP 440 <https://peps.python.org/pep-0440/>`__.
(e.g: v1.0.0a0, v5.4.0rc1, etc)

.. dropdown:: Release major and minor versions

Before performing a release, you must verify that your ``origin main`` branch is up to date
Expand Down
Loading