mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
increment_version.sh: Exclude more merge commits from changelog
Change-Id: Iaaeccb73d0c4b0256b4c7211c3153a639a77eaf7
This commit is contained in:
parent
2db315219a
commit
b58f9cedbd
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +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 "Merge .*branch" \
|
||||
| grep -v "Automatic color correction" \
|
||||
| grep -v "Automatic upstream merge postprocessing" \
|
||||
| grep -v "Automatic SchildiChat string correction" \
|
||||
|
|
Loading…
Reference in a new issue