Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 915 Bytes

CONTRIBUTING.rst

File metadata and controls

22 lines (14 loc) · 915 Bytes

Contributing to sphinxcontrib-umlet

If you have an bug or issue, please create an issue using the relevant template.

Adding new functionality

  • Please ensure that all relevant changes are documented in the README
  • Ensure that your code meets the black formatter standards (run the formatter)

Releasing new versions

To release a new version, create a new commit which increases __version__ inside sphinxcontrib/umlet/__init__.py. Do this according Semantic Versioning 2.0.0.

Then use GitHub relases to "Draft a new release" by creating a new tag named with the version. This will trigger the CI to push to PyPI.