chore(build): use conventional commit title in update script (#9747)

This commit is contained in:
tomasz1986 2024-09-30 22:59:14 +02:00 committed by GitHub
parent dbe7fa9155
commit c454fc8baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'
;;
*)