Skip to content

Commit 3ffd38e

Browse files
committed
Add example of new version number
1 parent 255a7fc commit 3ffd38e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/internals/release-process.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ publish a new release to PyPI:
5454
- Update the release notes in ``docs/releases/#.#.x.rst`` for the new version.
5555

5656
- Run the ``Release`` workflow on GitHub Actions, providing the new (dev)
57-
version number as input.
57+
version number as input. E.g. ``5.3.x.dev0`` for a new development release
58+
after ``5.2.x``. (Optional, as the workflow defaults to incrementing the
59+
version automatically.)
5860

5961
- First run with ``Dry Run?`` selected and check test PyPI to ensure that
6062
``pip install`` works as expected.

0 commit comments

Comments
 (0)