diff --git a/docs/development.rst b/docs/development.rst index b95d542de..8740d3979 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -213,6 +213,23 @@ maintainers. `Porkbun `_ -- 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 -- + +You need to replace ```` with an actual version number according to +`Semantic Versioning `_. .. _current-maintainers: