Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (19 loc) · 976 Bytes

RELEASING.md

File metadata and controls

35 lines (19 loc) · 976 Bytes

Releasing OpenCensus PHP

The PHP library and extension are released independently of each other.

Packagist Package

  1. Bump VERSION constant in src/Version.php

  2. Create a GitHub release.

  3. Click Update from the admin view of the opencensus/opencensus package.

PECL Extension

  1. Update the PHP_OPENCENSUS_VERSION package version constant in php_opencensus.h.

  2. Update the releases.yaml file with a new release and description.

  3. Run the extension release script:

    php scripts/ext_release.php > ext/package.xml

  4. Go to the extension directory:

    cd ext

  5. Build a PEAR package archive.

    pear package

  6. Upload the new release to PECL from the admin console.