From 5eb067395d6689d54ed155e7a783a0dba07a69a6 Mon Sep 17 00:00:00 2001 From: Doug Addy Date: Fri, 25 Oct 2024 09:45:18 +0100 Subject: [PATCH] Update releasing.rst --- doc/source/how-to/releasing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/how-to/releasing.rst b/doc/source/how-to/releasing.rst index 9b4bfab13..f1d83ebb2 100644 --- a/doc/source/how-to/releasing.rst +++ b/doc/source/how-to/releasing.rst @@ -123,7 +123,7 @@ control system. :ref:`The \`\`setup.py\`\` file`, :ref:`The \`\`pyproject.toml\`\` file`, and any ``__init__.py`` or ``__version__.py`` files that your project may contain. - Stash and commit previous changes with these commands: + Stage and commit previous changes with these commands: .. code-block:: text @@ -170,7 +170,7 @@ control system. Ensure that your style, tests, and documentation checks are also passing. - Increase by one unit the value of ``Z`` in your project version. Stash and + Increase by one unit the value of ``Z`` in your project version. Stage and amend these new changes with these commands: .. code-block:: text