]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Retitle release commits to "Release vNN" 1781/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 10 Aug 2023 11:30:16 +0000 (13:30 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 10 Aug 2023 11:48:44 +0000 (13:48 +0200)
I think this is just nicer and stands out more in the git log.

tools/do-a-release.sh

index 591cbde2a7321d4a4e1344cc94656927086b4620..6cf4c68e68dbe8e17ceb42491d755c9574b713e6 100755 (executable)
@@ -16,6 +16,6 @@ sed -r -i "s/^__version__ = \".*\"$/__version__ = \"$1\"/" mkosi/config.py
 
 git add -p pyproject.toml mkosi
 
-git commit -m "Bump version numbers for v$1"
+git commit -m "Release $1"
 
 git tag -s "v$1" -m "mkosi $1"