From be91ee85feed506e115548a0230cdca6e32216be Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 6 Oct 2019 15:29:23 +0200 Subject: [PATCH] Simplify release documentation --- CONTRIBUTING.rst | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f361bff..2194e54 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -36,28 +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 - -If you have a development install locally, you can verify: - -.. code-block:: bash - - $ flat_tree --version - -Then run the release process: - -.. code-block:: bash - - $ tox -e metadata-release $ tox -e release