Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 293 Bytes

RELEASING.md

File metadata and controls

7 lines (6 loc) · 293 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
  5. Update the release notes