refactor: move content under data/ for Git Sync compatibility

Git Sync expects folders: pages/themes/plugins/config/data
Content now at data/content/{fqdn}/pages/

Assisted-by: GLM-5 via Crush <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-03-02 17:02:45 -05:00
parent 1dbbfc5d7c
commit bbabf7e88c
666 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
title: 'How to Release'
menu: 'How to Release'
---
---
title: Releasing a New Version (Python Library)
sidebar: Handbook
showTitle: true
---
## How to Release
1. Increase `VERSION` in `posthog/version.py`
2. Update `CHANGELOG.md` with a short summary of the changes
3. run `make release` and `make release_analytics`
4. `git commit -am "Release X.Y.Z."` (where X.Y.Z is the new version)
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version).