Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-contexts-capture.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-pandas-scope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-ravens-validate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-wolves-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ravens-tap.md

This file was deleted.

3 changes: 3 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ This repository uses [Sampo](https://github.com/bruits/sampo) for versioning and
4. Approve the release in Slack when prompted — this triggers the version bump, publishes both `posthog` and the `posthoganalytics` mirror package to PyPI, creates a git tag, and creates a GitHub Release

You can also trigger a release manually via the workflow's `workflow_dispatch` trigger (still requires pending changesets).

> [!IMPORTANT]
> Changesets must live in **`.sampo/changesets/`** (this is where `sampo add` puts them). Do **not** create them in the legacy `.changeset/` directory — Sampo and the `Release` workflow only read `.sampo/changesets/*.md`, so a changeset placed anywhere else is silently ignored and **no release is triggered**.
Loading