Skip to content

Commit

Permalink
increment_version.sh: Exclude self from changelog
Browse files Browse the repository at this point in the history
Change-Id: Iae8b10a6a29835244b5d9a8b8726bd936a437125
  • Loading branch information
SpiritCroc committed Mar 26, 2024
1 parent aa80560 commit 3ace15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions increment_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ git_changelog() {
| grep -v "Merge .*branch" \
| grep -v "Automatic" \
| grep -v 'merge_helpers\|README\|increment_version' \
| grep -v 'Increment version' \
| grep -v "\\.sh" \
| grep -v "\\.md" \
| grep -v "Added translation using Weblate" \
Expand Down

0 comments on commit 3ace15f

Please sign in to comment.