From 5daf59ae3715283a2a033f2349e2d81e39b761eb Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 16 Apr 2026 11:59:48 +0100 Subject: [PATCH] docs: fix python release docs package registry --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 5adb8b1e..e80c5ba8 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,10 +1,10 @@ # Releasing -This repository uses [Sampo](https://github.com/bruits/sampo) for versioning, changelogs, and publishing to crates.io. +This repository uses [Sampo](https://github.com/bruits/sampo) for versioning and changelog generation, with GitHub Actions publishing packages to PyPI. 1. When making changes, include a changeset: `sampo add` 2. Create a PR with your changes and the changeset file 3. Add the `release` label and merge to `main` -4. Approve the release in Slack when prompted — this triggers version bump, crates.io publish, git tag, and GitHub Release +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).