Skip to content

Commit

Permalink
mkChangelog: ignore weblate commits
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandres committed Jun 9, 2016
1 parent 510b8eb commit 4c2854a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkChangelog
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function sameVersion() {
}

function getchanges() {
git log --no-merges --pretty=format:'- %s' "$LAST_RELEASE"..HEAD | grep -v 'po.tar.bz2'
git log --no-merges --pretty=format:'- %s' "$LAST_RELEASE"..HEAD | grep -v 'po.tar.bz2\|Translated using Weblate'
}

function newchangesentry() {
Expand Down

0 comments on commit 4c2854a

Please sign in to comment.