increment_version.sh: Exclude more merge-related commits

Change-Id: If9093f1cc195afcc68a694bb6716691875badb8d
This commit is contained in:
SpiritCroc 2022-03-02 16:14:22 +01:00
parent 7ff40cb22d
commit ccb49c6c70

View file

@ -158,7 +158,7 @@ git_changelog() {
| grep -v "Added translation using Weblate" \
| grep -v "Translated using Weblate" \
| grep -v "weblate/sc" \
| grep -v "\\[merge.*\\]" \
| grep -v "\\[.*merge.*\\]" \
| grep -v "Disable Android Auto supports" \
|| echo "No significant changes since the last stable release"
}