Skip to content

Commit

Permalink
Document release process (#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Aug 18, 2023
1 parent 2c4a745 commit 29b5e42
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,23 @@ maintainers.
`Porkbun <https://porkbun.com/>`_
-- reach out to him directly for any changes).

Creating a new release
~~~~~~~~~~~~~~~~~~~~~~

.. note::

The following process assumes that you call the ``remote`` for the main repository for tox ``upstream``.

.. code:: shell
git remote add upstream git@github.com:tox-dev/tox.git
In order to create a new release, a maintainer needs to run the following command::

tox r -e release -- <version>

You need to replace ``<version>`` with an actual version number according to
`Semantic Versioning <https://semver.org/>`_.

.. _current-maintainers:

Expand Down

0 comments on commit 29b5e42

Please sign in to comment.