mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
increment_version.sh: Fix for empty changelog
Change-Id: Ic3a2a789b73a7a4c672c1edf9632bcd15f37b01e
This commit is contained in:
parent
0dcb14482d
commit
e985d18df6
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ git_changelog() {
|
||||||
| grep -v "Update string correction" \
|
| grep -v "Update string correction" \
|
||||||
| grep -v "Added translation using Weblate" \
|
| grep -v "Added translation using Weblate" \
|
||||||
| grep -v "Translated 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
|
changelog_dir=fastlane/metadata/android/en-US/changelogs
|
||||||
|
|
Loading…
Reference in a new issue