increment_version.sh: fix some "Update codebase" cases

Change-Id: I294c4818345dd062013847ab98b0cb0e296560ac
This commit is contained in:
SpiritCroc 2022-03-31 09:18:28 +02:00
parent e21f9443d5
commit a9bace959b

View file

@ -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" \