ecency-mobile/release-notes.sh

4 lines
158 B
Bash
Raw Normal View History

2020-02-20 06:31:13 +03:00
#!/usr/bin/env bash
TAG=`git tag | sort | tail -n 1`
HASH=`git show-ref -s $TAG`
git log --pretty=format:'* %s %b' $HASH..HEAD | grep -Ev 'New translations'