1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add example commit message to release process doc

This commit is contained in:
Ben Ramsey
2023-06-06 18:16:54 -05:00
parent c790373f8a
commit 938ebb3b61

View File

@@ -605,7 +605,7 @@ slightly different steps. We'll call attention where the steps differ.
git fetch --all
git pull --rebase upstream master
cd ..
git commit distributions
git commit distributions -m "X.Y.Z tarballs"
git push upstream master
```