]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
tools/do-a-release: capitalize the commit title
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 12 Oct 2021 10:35:52 +0000 (12:35 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 12 Oct 2021 12:24:25 +0000 (14:24 +0200)
That matches the prevalent style.

tools/do-a-release.sh

index db1bb9e06c122ae6b4616fcae81aa717ce8bf774..5197538c5a920c414c976fbf40e8b276ad6cea1d 100755 (executable)
@@ -14,6 +14,6 @@ git add -p setup.py mkosi action.yaml
 pandoc -t man -s -o man/mkosi.1 mkosi.md
 git add man/mkosi.1
 
-git commit -m "bump version numbers for v$1"
+git commit -m "Bump version numbers for v$1"
 
 git tag -s "v$1" -m "mkosi $1"