increment_version.sh: Fix for empty changelog

Change-Id: Ic3a2a789b73a7a4c672c1edf9632bcd15f37b01e
This commit is contained in:
SpiritCroc 2021-07-16 13:22:14 +02:00
parent 0dcb14482d
commit e985d18df6

View file

@ -154,7 +154,8 @@ git_changelog() {
| grep -v "Update string correction" \
| grep -v "Added translation using Weblate" \
| grep -v "Translated using Weblate" \
| grep -v "weblate/sc"
| grep -v "weblate/sc" \
|| echo "No significant changes since the last stable release"
}
changelog_dir=fastlane/metadata/android/en-US/changelogs