increment_version.sh: exclude [gplay-release] changes

Change-Id: I3084d1c9ee997be4b21de22f77075c59cf0aa7b7
This commit is contained in:
SpiritCroc 2022-08-09 15:37:37 +02:00
parent 46e265d490
commit 884568cbeb
1 changed files with 1 additions and 0 deletions

View File

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