Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 419 Bytes

RELEASING.md

File metadata and controls

9 lines (6 loc) · 419 Bytes

Releasing

  1. Make sure you have make, git, and git-extras installed.
  2. Run VERSION=X.Y.Z make release (where X.Y.Z is the new version).

That's it! Composer will pick up the new tag and you can see the latest version at https://packagist.org/packages/posthog/posthog-php.

An entry will also be made to History.md with a list of commits since last release.