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

Latest commit

 

History

History
18 lines (10 loc) · 495 Bytes

RELEASING.md

File metadata and controls

18 lines (10 loc) · 495 Bytes

Releasing Stackdriver Debugger to PECL

  1. Update the PHP_STACKDRIVER_DEBUGGER_VERSION package version constant in php_stackdriver_debugger.h.

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

  3. Run the extension release script:

    php scripts/ext_release.php > package.xml

  4. Build a PEAR package archive.

    pear package

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