Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 493 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 493 Bytes

Contributing

Prerequisites

pip install -r dev-requirements.txt

Linting, tests...

This project uses Invoke to launch various dev scripts.

For example, to execute linting:

invoke lint

To get the list of all dev scripts

invoke --list

Releasing

The release process is completly automated in Github Action.

Just create a new GitHub release with the UI associated to a tag vX.Y.Z (don't miss the leading (lowercase) v).