Polishing before the next release

This commit is contained in:
Luke Murphy 2019-10-05 21:03:06 +02:00
parent a250b8391c
commit fdd87f984f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 5 additions and 27 deletions

View File

@ -14,7 +14,7 @@ Run tests
.. code-block:: bash .. code-block:: bash
tox -e test tox -e py37
Lint source Lint source
----------- -----------
@ -40,28 +40,6 @@ Type check source
Release Process Release Process
--------------- ---------------
Add a change entry and re-generate the changelog:
.. code-block:: bash .. 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
$ hypercore-crypto --version
Then run the release process:
.. code-block:: bash
$ tox -e metadata-release
$ tox -e release $ tox -e release

View File

@ -29,9 +29,9 @@ hypercore-crypto
Cryptography primitives for Hypercore Cryptography primitives for Hypercore
------------------------------------- -------------------------------------
Cryptography primitives for `hypercore`_. Cryptography primitives for `Hypercore`_ (WIP).
.. _hypercore: https://hypercore.readthedocs.io/en/latest/ .. _Hypercore: https://hypercore.readthedocs.io/en/latest/
.. _documentation: .. _documentation:

View File

@ -34,7 +34,7 @@ classifiers =
[options] [options]
use_scm_version = True use_scm_version = True
python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.* python_requires = >=3.6
setup_requires = setup_requires =
setuptools_scm setuptools_scm
setuptools_scm_git_archive setuptools_scm_git_archive

View File

@ -1,6 +1,6 @@
[tox] [tox]
envlist = envlist =
{py36,py37}-test {py36,py37}
lint lint
sort sort
format format