Skip to content

Commit 120424b

Browse files
NEWS and clarification of branch
1 parent f9184b6 commit 120424b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/release-process.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ slightly different steps. We'll call attention where the steps differ.
149149
150150
> 💬 **Hint** \
151151
> The *patch-level version branch* for GA (PHP X.Y.0) is created as part of the
152-
> last *planned* RC release (currently PHP X.Y.0RC4). After the last RC is released
153-
> additional bug fixes in the branch will not be a part of PHP X.Y.0. If a regression
152+
> last *planned* RC release (currently PHP X.Y.0RC4). After the last RC is released,
153+
> additional bug fixes in the PHP X.Y branch will not be a part of PHP X.Y.0. If a regression
154154
> is found that warrants including a fix in PHP X.Y.0, use the same process as
155155
> for other patch releases - merge the patch as normal to PHP X.Y, and then cherry-pick
156156
> the patch to the patch-level PHP X.Y.0 branch.
@@ -306,6 +306,9 @@ slightly different steps. We'll call attention where the steps differ.
306306
means using something like `git checkout --ours .` when on PHP.X.Y+1 or
307307
master after the merge resulting in the conflicts.
308308
309+
Be sure to set up a merge driver for the NEWS file as described in
310+
the [Git FAQ page on the PHP wiki][gitfaq-mandatory].
311+
309312
11. Push the changes to the `php-src`.
310313
311314
```shell
@@ -1207,5 +1210,6 @@ volunteers to begin the selection process for the next release managers.
12071210
[GPG key]: https://en.wikipedia.org/wiki/GNU_Privacy_Guard
12081211
[Generating a new GPG key]: https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key
12091212
[sign your GPG key]: https://carouth.com/articles/signing-pgp-keys/
1213+
[gitfaq-mandatory]: https://wiki.php.net/vcs/gitfaq#mandatory_git_settings
12101214
[Send emails from a different address or alias]: https://support.google.com/mail/answer/22370?hl=en
12111215
[security-txt]: https://github.com/php/policies/blob/main/security-policies.rst#making-changes-to-securitytxt

0 commit comments

Comments
 (0)