File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ slightly different steps. We'll call attention where the steps differ.
255
255
256
256
```shell
257
257
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"
259
259
```
260
260
261
261
> 💡 **Tip** \
@@ -871,7 +871,8 @@ version.
871
871
See [Prepare for PHP 8.2][] and [Prepare for PHP 8.2 (bis)][] for an example
872
872
of what this commit should include.
873
873
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" ).
875
876
876
877
5. Immediately notify internals@ of the new branch and advise on the new merging
877
878
order. For example: https://news-web.php.net/php.internals/99903
You can’t perform that action at this time.
0 commit comments