Skip to content

Commit 938ebb3

Browse files
committed
Add example commit message to release process doc
1 parent c790373 commit 938ebb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ slightly different steps. We'll call attention where the steps differ.
605605
git fetch --all
606606
git pull --rebase upstream master
607607
cd ..
608-
git commit distributions
608+
git commit distributions -m "X.Y.Z tarballs"
609609
git push upstream master
610610
```
611611

0 commit comments

Comments
 (0)