Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 422 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 422 Bytes

Setup the project

  1. Clone the project https://github.com/hernantz/classyconf
  2. Make sure you have poetry and make installed.
  3. Run make setup to install the dependencies.
  4. Run make test to check everything is running properly.

Release

  1. Update the changelog at docs/source/changelog.rst.
  2. Run make version=<VERSION> release