> For the complete documentation index, see [llms.txt](https://senselab.gitbook.io/senselab-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://senselab.gitbook.io/senselab-docs/vendor/pact-foundation/pact-php/docs/releasing.md).

# Pact-PHP Releasing

Pact-PHP packages are published to Packagist

* <https://packagist.org/packages/pact-foundation/pact-php>

## Release Process

The release process is automated via GitHub Release tags, and Packagist Webhooks.

1. Create a tag from the master branch in GitHub

* New versions of your package are automatically fetched from tags you create in your VCS repository.

2. Release to Packagist

* A GitHub webhook will inform packagist that the package has been updated.

3. Create a release from the tag in GitHub

* Set it to `latest`
* Click `Generate CHANGELOG` to fill out a changelog.
* Click `Publish Release`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://senselab.gitbook.io/senselab-docs/vendor/pact-foundation/pact-php/docs/releasing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
