Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 457 Bytes

CONTRIBUTING.rst

File metadata and controls

23 lines (16 loc) · 457 Bytes

Contribution guide

.. todo::

    write this

Publishing a release

The process for releasing looks something like this:

poetry version minor
nox -s release_test
git add .
git commit -m "Release 1.1"
git tag v1.1
git push origin develop v1.1
poetry publish

Then draft a new release to trigger the documentation build.