mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
increment_version.sh: fix some "Update codebase" cases
Change-Id: I294c4818345dd062013847ab98b0cb0e296560ac
This commit is contained in:
parent
e21f9443d5
commit
a9bace959b
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ git_changelog() {
|
|||
git log $git_args --pretty=format:"- %s" "$last_tag".. --committer="$(git config user.name)" \
|
||||
| grep -v 'Automatic revert to unchanged upstream strings' \
|
||||
| grep -v 'Automatic upstream merge preparation' \
|
||||
| sed "s|Merge tag '\\(.*\\)' into sc|Update codebase to Element \1|" \
|
||||
| sed "s|Merge tag '\\(.*\\)' into sc.*|Update codebase to Element \1|" \
|
||||
| sed "s|Merge tag '\\(.*\\)' into merge.*|Update codebase to Element \1|" \
|
||||
| grep -v "Merge .*branch" \
|
||||
| grep -v "Automatic color correction" \
|
||||
| grep -v "Automatic upstream merge postprocessing" \
|
||||
|
|
Loading…
Reference in a new issue