File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ slightly different steps. We'll call attention where the steps differ.
273273 The NEWS is updated at the *start* of the cycle for the next tag, e.g.
274274 [Update NEWS for PHP 8.2.0 alpha2][] was sent as part of tagging 8.2.0 alpha **1**.
275275
276- 🔷 **For post-GA releases only, ** switch back to the *version branch* for
276+ 🔷 **For post-GA releases, and the final pre-GA RC ** switch back to the *version branch* for
277277 your release (e.g., `PHP-8.2`) and bump the version numbers in
278278 `main/php_version.h`, `Zend/zend.h`, `configure.ac` and `NEWS`. This prepares
279279 the version branch for the next version.
@@ -982,6 +982,13 @@ feature development that cannot go into the new version.
982982
983983 * [Updating after 8.5 branch cut](https://github.com/php/php-src/commit/197921a8aa7b2f9af103b439bf913e23d6ed1b98)
984984
985+ 9. Update the `.github/workflows/push.yml` file with the new branch. This fil
986+ does not need to be updated on the lowest supported branch; just update the
987+ newly cut branch to add the new branch to the branches that the workflow
988+ runs on. For example:
989+
990+ * [Updating after 8.5 branch cut](https://github.com/php/php-src/commit/77af4780ccbbc96a2f85a3102d45a15f5e26f9c9)
991+
985992## Preparing for the initial stable version (PHP X.Y.0)
986993
9879941. When you release the first pre-GA RC, remind the documentation team
You can’t perform that action at this time.
0 commit comments