From de42d4f509196399a9eab7a8680b0a6fb9e8f352 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 6 Oct 2019 16:12:11 +0200 Subject: [PATCH] Simplify contrib docs --- CONTRIBUTING.rst | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0f4fe03..86c7812 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,10 @@ Get started ----------- -Install `Tox`_ with: +Install `Tox`_. .. _tox: http://tox.readthedocs.io/ -.. code-block:: bash - - $ pip install --user tox - Run tests --------- @@ -40,22 +36,6 @@ Type check source Release Process --------------- -Add a change entry and re-generate the changelog: - .. code-block:: bash - $ towncrier - -Make a new release tag: - -.. code-block:: bash - - $ git tag x.x.x - $ git push --tags - -Then run the release process: - -.. code-block:: bash - - $ tox -e metadata-release $ tox -e release