increment_version.sh: exclude "Merge branch" lines
Change-Id: I392d38c5408e7e3e1d76baffda246106536c5912
This commit is contained in:
parent
37621d1fc7
commit
a5db52fe62
@ -146,6 +146,7 @@ git_changelog() {
|
||||
| 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|" \
|
||||
| grep -v "Merge branch" \
|
||||
| grep -v "Automatic color correction" \
|
||||
| grep -v "Automatic upstream merge postprocessing" \
|
||||
| grep -v "Automatic SchildiChat string correction" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user