git-subtree-dir: content/charters.turnsys.com git-subtree-mainline:6e0ede6accgit-subtree-split:a1662cff1a
467 B
467 B
title, menu
| title | menu |
|---|---|
| How to Release | How to Release |
title: Releasing a New Version (Python Library) sidebar: Handbook showTitle: true
How to Release
- Increase
VERSIONinposthog/version.py - Update
CHANGELOG.mdwith a short summary of the changes - run
make releaseandmake release_analytics git commit -am "Release X.Y.Z."(where X.Y.Z is the new version)git tag -a X.Y.Z -m "Version X.Y.Z"(where X.Y.Z is the new version).