@@ -257,7 +257,7 @@ slightly different steps. We'll call attention where the steps differ.
257257 For example, if the RC is `8.2.1RC1` then the version numbers in the version
258258 branch should be bumped to `8.2.2-dev`. We do this regardless of whether we
259259 build a new RC to make sure `version_compare()` works correctly. See
260- [Bump for 8.1.8 -dev][] for a real example.
260+ [PHP 8.3 is now for PHP 8.3.21 -dev][] commit for a real example.
261261
262262 Commit the changes to the version branch.
263263
@@ -291,6 +291,11 @@ slightly different steps. We'll call attention where the steps differ.
291291 >
292292 > Local-only release branches should not be pushed!
293293
294+ Do not forget to merge up PHP-X.Y all the way to master. When resolving
295+ the conflicts, ignore the changes from PHP-X.Y in higher branches. It
296+ means using something like `git checkout --ours .` when on PHP.X.Y+1 or
297+ master after the merge resulting in the conflicts.
298+
29429911. Run the following using the release tag to export the tree, create the
295300 `configure` script, and build and compress three tarballs (`.tar.gz`,
296301 `.tar.bz2` and `.tar.xz`).
@@ -1098,7 +1103,7 @@ volunteers to begin the selection process for the next release managers.
10981103[Prepare for PHP 8.1.0RC1]: https://github.com/php/php-src/commit/5764414eb8900ae98020a3c20693f4fb793efa99
10991104[Update NEWS for PHP 8.2.0 alpha2]: https://github.com/php/php-src/commit/418f7211f71658d79d934861be20f277db96fe2c
11001105[Update NEWS for PHP 8.2.0RC6]: https://github.com/php/php-src/commit/4ccc414961a70200d638ca281a35f893226d74e2
1101- [Bump for 8.1.8 -dev]: https://github.com/php/php-src/commit/3b6ee1eb19c14c3339ebfcf5c967065a9f828971
1106+ [PHP 8.3 is now for PHP 8.3.21 -dev]: https://github.com/php/php-src/commit/b57f425cfe20a11003253427424cc0517483550b
11021107[GitHub command line tool]: https://cli.github.com
11031108[Announce 8.1.0RC3]: https://github.com/php/web-qa/commit/f264b711fd3827803b79bbb342959eae57ea502b
11041109[8.1.6RC1]: https://github.com/php/web-qa/commit/e6d61ad7a9d8be0b1cd159af29f3b9cbdde33384
0 commit comments