One liner to grab a git log summarising what will change when you push teh next release.
For this to work you need to keep the deployed tag in VERSION.TXT
git log --oneline --graph $(GET http://www.example.com/VERSION.TXT)..$(git describe --abbrev=0 --tags origin/master)

Post new comment
Got something to add - just enter a comment
all other fields are optional.