Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 305 Bytes

RELEASING.md

File metadata and controls

8 lines (7 loc) · 305 Bytes

Releasing

  1. Update VERSION in analytics/version.py to the new version.
  2. Update the HISTORY.md for the impending release.
  3. git commit -am "Release X.Y.Z." (where X.Y.Z is the new version)
  4. git tag -a X.Y.Z -m "Version X.Y.Z" (where X.Y.Z is the new version).
  5. make release.