From 2a40142297de884a0f0e4cc44b2efe5792a1e065 Mon Sep 17 00:00:00 2001 From: Louis Rose Date: Thu, 21 Mar 2024 17:40:53 +0000 Subject: [PATCH] Updates CONTRIBUTING.md Reflect current implementation of pushing changes out to Packagist (via webhook) --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84b9757..b7a1c33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,5 +20,4 @@ PRs to this repository should be made against the `main` branch and labelled wit * `bump:major` for breaking changes When a PR is merged, the CI will automatically tag a new version. -[Packagist](https://packagist.org/packages/zamzar/zamzar-php) will periodically check for new versions and update the -metadata on the package page. +[Packagist](https://packagist.org/packages/zamzar/zamzar-php) is informed via a GitHub webhook (configured on this repo) and will update the package accordingly.