increment_version.sh: Exclude merge-specific changes from changelog

Change-Id: I8ec4f78b129efc63613f3881975f9738ac463eb6
This commit is contained in:
SpiritCroc 2021-08-01 09:32:52 +02:00
parent 3cb509c58a
commit 899168e84c
1 changed files with 1 additions and 0 deletions

View File

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