increment_version.sh: also exclude .md changes from changelog
Change-Id: I20454009a9a078239f279170618debbabbec5d84
This commit is contained in:
parent
77ca4c801d
commit
8c414b48d9
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue