Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 439 Bytes

File metadata and controls

7 lines (6 loc) · 439 Bytes

Releasing

  1. Make sure you've run the dev environment setup instructions in the README.
  2. Run source env/bin/activate
  3. Bump the version using: make bumpversion_patch or make bumpversion_minor or bumpversion_major.
  4. Build and publish: make release. This will publish the package, and push the commit and tag to GitHub.
  5. Draft and publish a new release on github