Skip to content
Merged
Changes from all 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
4 changes: 2 additions & 2 deletions doc/source/how-to/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading