increment_version.sh: also exclude .md changes from changelog

Change-Id: I20454009a9a078239f279170618debbabbec5d84
This commit is contained in:
SpiritCroc 2022-05-18 10:21:16 +02:00
parent 77ca4c801d
commit 8c414b48d9
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ git_changelog() {
| grep -v "Automatic SchildiChat string correction" \
| grep -v 'merge_helpers\|README\|increment_version' \
| grep -v "\\.sh" \
| grep -v "\\.md" \
| grep -v "Update string correction" \
| grep -v "Added translation using Weblate" \
| grep -v "Translated using Weblate" \