From d312a0c8007ffd398cbbb3cf9340db2654513cd6 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 23 Nov 2021 19:11:44 +0100 Subject: [PATCH] [ci skip] We use multiple CI providers, not only Travis These are already listed at the beginning of the document, so we don't list them here again to avoid duplication. --- docs/release-process.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/release-process.md b/docs/release-process.md index e4a2281fce9..f9bb1d1fe71 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -61,7 +61,7 @@ explained at the end of this document in ## Packaging a non stable release (alpha/beta/RC) - 1. Check the tests at https://travis-ci.com/php/php-src/builds. + 1. Check that CI is passing (see above). 2. Run the `scripts/dev/credits` script in php-src and commit the changes in the credits files in ext/standard. @@ -199,8 +199,7 @@ explained at the end of this document in 7.2, merge to 7.3, 7.4 etc...). Then you can cherry-pick it in your release branch. Don't forget to update `NEWS` manually in an extra commit then. - 3. Commit those changes. Ensure the tests at - https://travis-ci.com/php/php-src/builds are still passing. + 3. Commit those changes. Ensure that CI is still passing (see above). 4. Run the `scripts/dev/credits` script in php-src and commit the changes in the credits files in ext/standard.