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