diff --git a/doc/source/how-to/releasing.rst b/doc/source/how-to/releasing.rst index 5fd47b7f..94469c10 100644 --- a/doc/source/how-to/releasing.rst +++ b/doc/source/how-to/releasing.rst @@ -95,6 +95,13 @@ 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 `_. + Furthermore, limiting pre-release tags to ``N.N.N[{a|b|rc}N]`` subset is encouraged for + PyAnsys libraries. + .. dropdown:: Release major and minor versions Before performing a release, you must verify that your ``origin main`` branch is up to date