Simplify release documentation

This commit is contained in:
Luke Murphy 2019-10-06 15:29:23 +02:00
parent b03ed5e16c
commit be91ee85fe
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 22 deletions

View File

@ -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