Skip to content

Commit 7a500f1

Browse files
committed
Add example of new version number
1 parent 255a7fc commit 7a500f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/internals/release-process.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ publish a new release to PyPI:
5353

5454
- Update the release notes in ``docs/releases/#.#.x.rst`` for the new version.
5555

56-
- Run the ``Release`` workflow on GitHub Actions, providing the new (dev)
57-
version number as input.
56+
- Run the ``Release`` workflow on GitHub Actions, optionally providing the new
57+
(dev) version number as input. E.g. ``5.3.x.dev0`` for a new development
58+
release after ``5.2.x``. (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)