increment_version.sh: Exclude merge-specific changes from changelog
Change-Id: I8ec4f78b129efc63613f3881975f9738ac463eb6
This commit is contained in:
parent
3cb509c58a
commit
899168e84c
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue