Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

3. Ensure that the tests on Travis CI are green.

See: https://travis-ci.org/php/php-src/builds
See: https://travis-ci.org/github/php/php-src/builds

It is recommended to do so a couple of days before the packaging day, to
have enough time to investigate failures, communicate with the authors and
Expand Down Expand Up @@ -80,7 +80,7 @@
1. Check Windows snapshot builder logs https://windows.php.net/downloads/snaps/
the last revision.

2. Check the tests at https://travis-ci.org/php/php-src/builds.
2. Check the tests at https://travis-ci.org/github/php/php-src/builds.

3. Run the `scripts/dev/credits` script in php-src and commit the changes in
the credits files in ext/standard.
Expand Down Expand Up @@ -217,7 +217,7 @@
branch. Don't forget to update `NEWS` manually in an extra commit then.

3. Commit those changes. Ensure the tests at
https://travis-ci.org/php/php-src/builds are still passing.
https://travis-ci.org/github/php/php-src/builds are still passing.

4. Run the `scripts/dev/credits` script in php-src and commit the changes in
the credits files in ext/standard.
Expand Down