BlueWallet/release-notes.sh

5 lines
129 B
Bash
Raw Normal View History

#!/usr/bin/env bash
TAG=`git tag | sort | tail -n 1`
HASH=`git show-ref -s $TAG`
2018-10-27 17:25:28 +02:00
git log --pretty=format:'* %s %b' $HASH..HEAD