increment_version.sh: Exclude translation updates
Change-Id: I6a47969a242ec3dbff3e61ace1dcd51ea2a493df
This commit is contained in:
parent
75fb2da12d
commit
e76245b278
|
@ -140,7 +140,10 @@ git_changelog() {
|
||||||
| grep -v "Automatic SchildiChat string correction" \
|
| grep -v "Automatic SchildiChat string correction" \
|
||||||
| grep -v 'merge_helpers\|README\|increment_version' \
|
| grep -v 'merge_helpers\|README\|increment_version' \
|
||||||
| grep -v "\\.sh" \
|
| grep -v "\\.sh" \
|
||||||
| grep -v "Update string correction"
|
| grep -v "Update string correction" \
|
||||||
|
| grep -v "Added translation using Weblate" \
|
||||||
|
| grep -v "Translated using Weblate" \
|
||||||
|
| grep -v "weblate/sc"
|
||||||
}
|
}
|
||||||
|
|
||||||
changelog_dir=fastlane/metadata/android/en-US/changelogs
|
changelog_dir=fastlane/metadata/android/en-US/changelogs
|
||||||
|
|
Loading…
Reference in New Issue