From c454fc8baa2d825a04b15fb7f026f7229fc995db Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Mon, 30 Sep 2024 22:59:14 +0200 Subject: [PATCH] chore(build): use conventional commit title in update script (#9747) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e801de1fd..643d5b4d4 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ case "${1:-default}" in build weblate pushd man ; ./refresh.sh ; popd git add -A gui man AUTHORS - git commit -m 'gui, man, authors: Update docs, translations, and contributors' + git commit -m 'chore(gui, man, authors): update docs, translations, and contributors' ;; *)