Fix make_changelog script having irrelevant entrie about i18n (weblate commit message changed at some point)

This commit is contained in:
Alexandre Aubin 2022-08-26 16:33:30 +02:00
parent 53ecde1967
commit d87a0e3c83

View file

@ -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" \