BlueWallet/release-notes.sh

5 lines
111 B
Bash
Raw Normal View History

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