- Move pages/{fqdn}/pages/* to pages/{fqdn}/*
- Update setup.php to look at /user/pages/{hostname}
- Prepare for Git Sync to sync pages/ to user/pages/
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).