Polishing before the next release
This commit is contained in:
parent
a250b8391c
commit
fdd87f984f
@ -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
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user