Skip to content

Commit

Permalink
Document release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Aug 17, 2023
1 parent 3627f11 commit f3bf700
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,25 @@ 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::
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 -- <next version>

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

.. _current-maintainers:

Expand Down

0 comments on commit f3bf700

Please sign in to comment.