diff --git a/script/changelog b/script/changelog new file mode 100755 index 0000000..4257b67 --- /dev/null +++ b/script/changelog @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e + +VERSION=v$(grep __VERSION__ octodns/__init__.py | sed -e "s/^[^']*'//" -e "s/'$//") +echo $VERSION +git log --pretty="%h - %cr - %s (%an)" "${VERSION}..HEAD"