mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
increment_version.sh: Exclude translation updates
Change-Id: I6a47969a242ec3dbff3e61ace1dcd51ea2a493df
This commit is contained in:
parent
75fb2da12d
commit
e76245b278
1 changed files with 4 additions and 1 deletions
|
@ -140,7 +140,10 @@ git_changelog() {
|
|||
| grep -v "Automatic SchildiChat string correction" \
|
||||
| grep -v 'merge_helpers\|README\|increment_version' \
|
||||
| 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
|
||||
|
|
Loading…
Reference in a new issue