ecency-mobile/release-notes.sh
2020-02-20 05:31:13 +02:00

4 lines
158 B
Bash

#!/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'