BlueWallet/release-notes.sh
2018-07-22 15:49:59 +01:00

5 lines
111 B
Bash
Executable File

#!/usr/bin/env bash
TAG=`git tag | sort | tail -n 1`
HASH=`git show-ref -s $TAG`
git log --oneline $HASH..HEAD