increment_version.sh: Fix for empty changelog
Change-Id: Ic3a2a789b73a7a4c672c1edf9632bcd15f37b01e
This commit is contained in:
parent
0dcb14482d
commit
e985d18df6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user