mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix make_changelog script having irrelevant entrie about i18n (weblate commit message changed at some point)
This commit is contained in:
parent
53ecde1967
commit
d87a0e3c83
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue