File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ explained at the end of this document in
61
61
62
62
## Packaging a non stable release (alpha/beta/RC)
63
63
64
- 1 . Check the tests at https://travis-ci.com/php/php-src/builds .
64
+ 1 . Check that CI is passing (see above) .
65
65
66
66
2 . Run the ` scripts/dev/credits ` script in php-src and commit the changes in
67
67
the credits files in ext/standard.
@@ -199,8 +199,7 @@ explained at the end of this document in
199
199
7.2, merge to 7.3, 7.4 etc...). Then you can cherry-pick it in your release
200
200
branch. Don' t forget to update ` NEWS` manually in an extra commit then.
201
201
202
- 3. Commit those changes. Ensure the tests at
203
- https://travis-ci.com/php/php-src/builds are still passing.
202
+ 3. Commit those changes. Ensure that CI is still passing (see above).
204
203
205
204
4. Run the ` scripts/dev/credits` script in php-src and commit the changes in
206
205
the credits files in ext/standard.
You can’t perform that action at this time.
0 commit comments