summaryrefslogtreecommitdiff
path: root/utils/lib_sxng_weblate.sh
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-03-09 11:10:15 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-03-09 12:17:23 +0100
commit18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5 (patch)
tree0456fd2cd12528c44735c71906f95399adec0b51 /utils/lib_sxng_weblate.sh
parent42515d98f72ad563aea79e69c17a837cc391f4c6 (diff)
downloadsearxng-18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5.tar.gz
searxng-18028f3c139dce4a64ac10b9d3a0a6dfef06f0a5.zip
[mod] CI: tag commits with leading scope/type of the modification
Add a leading tag (in square brackets) about the scope/type to commit messages from automated tasks (commits from CI). dependantbot:: [upd] pypi: Bump .. from .. to .. [upd] npm: Bump .. from .. to .. in /searx/static/themes/simple Weblate translation updates:: [l10n] update translations from Weblate updates of ./data:: [data] update searx.data ... build commit of gh-pages:: [doc] build from commit ... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib_sxng_weblate.sh')
-rwxr-xr-xutils/lib_sxng_weblate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lib_sxng_weblate.sh b/utils/lib_sxng_weblate.sh
index f2b19257c..3486fa0eb 100755
--- a/utils/lib_sxng_weblate.sh
+++ b/utils/lib_sxng_weblate.sh
@@ -102,7 +102,7 @@ weblate.translations.commit() {
# git add/commit (no push)
commit_body=$(cd "${TRANSLATIONS_WORKTREE}"; git log --pretty=format:'%h - %as - %aN <%ae>' "${existing_commit_hash}..HEAD")
- commit_message=$(echo -e "[translations] update from Weblate\n\n${commit_body}")
+ commit_message=$(echo -e "[l10n] update translations from Weblate\n\n${commit_body}")
git add searx/translations
git add searx/data/locales.json
git commit -m "${commit_message}"