Skip to content

Commit 82d1684

Browse files
committed
[ci skip] Update example commit messsages in RM doc
1 parent 526ee44 commit 82d1684

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/release-process.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ slightly different steps. We'll call attention where the steps differ.
255255
256256
```shell
257257
git add -p
258-
git commit --gpg-sign=YOURKEYID -m "Bump for PHP X.Y.Z-dev"
258+
git commit --gpg-sign=YOURKEYID -m "PHP-X.Y is now for PHP X.Y.Z-dev"
259259
```
260260
261261
> 💡 **Tip** \
@@ -871,7 +871,8 @@ version.
871871
See [Prepare for PHP 8.2][] and [Prepare for PHP 8.2 (bis)][] for an example
872872
of what this commit should include.
873873
874-
4. Push the new version branch and the changes to the `master` branch.
874+
4. Push the new version branch and the changes to the `master` branch, with an
875+
appropriate commit message (e.g., "master is now for PHP 8.3.0-dev").
875876
876877
5. Immediately notify internals@ of the new branch and advise on the new merging
877878
order. For example: https://news-web.php.net/php.internals/99903

0 commit comments

Comments
 (0)