Converted from mdbook src/ in input/ to Grav pages/ format: - Added YAML frontmatter to all pages - Created numbered folder structure (01.home, 02.Bylaws.*, etc.) - Preserved all content from Bylaws, Handbook, OperatingAgreements, Policies, and JointVenture sections super ultra big merge completed. scope of work clearly defined. let's go build! Assisted-by: GLM-5 via Crush <crush@charm.land>
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).