Skip to content

0.12.0 — 2026-08-18

Choose a tag to compare

@releaser-posthog releaser-posthog released this 18 Aug 12:25
6ea3524

Release Notes

Minor changes

  • 45016b12515 Add posthog-cli release resolve, which prints the id of the release the current build belongs to and creates the release if it doesn't exist yet. Only the id goes to stdout, so RELEASE_ID=$(posthog-cli release resolve) works; --json prints the whole release. It resolves the same release sourcemap inject would, so a bundler plugin that injects the release id into chunks itself lands on the same row. When nothing identifies a release, it prints nothing and exits 0. --dry-run skips it, since resolving a release can create one. — Thanks @ablaszkiewicz!

Patch changes

  • 90730d20684 Delete CSS source maps and remove their sourceMappingURL comments after upload — Thanks @marandaneto!

Install posthog-cli 0.12.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.12.0/posthog-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.12.0/posthog-cli-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @posthog/cli@0.12.0

Download posthog-cli 0.12.0

File Platform Checksum
posthog-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
posthog-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
posthog-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
posthog-cli-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
posthog-cli-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum