From d87a0e3c8366dc8b5656b9c0c9cc686f920b848d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 26 Aug 2022 16:33:30 +0200 Subject: [PATCH] Fix make_changelog script having irrelevant entrie about i18n (weblate commit message changed at some point) --- maintenance/make_changelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/make_changelog.sh b/maintenance/make_changelog.sh index a255f69b4..7f461074f 100644 --- a/maintenance/make_changelog.sh +++ b/maintenance/make_changelog.sh @@ -12,7 +12,7 @@ echo "" git log $LAST_RELEASE.. -n 10000 --first-parent --pretty=tformat:' - %b%s (%h)' \ | sed -E "s&Merge .*#([0-9]+).*\$& \([#\1]\($REPO_URL/pull/\1\)\)&g" \ -| grep -v "Update from Weblate" \ +| grep -v "Translations update from Weblate" \ | tac TRANSLATIONS=$(git log $LAST_RELEASE... -n 10000 --pretty=format:"%s" \