diff --git a/tools/changelog.sh b/tools/changelog.sh new file mode 100755 index 0000000..d1bdfed --- /dev/null +++ b/tools/changelog.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +LAST_TAG=$(git describe --tags --abbrev=0) +git log --pretty="%h - %s" "$LAST_TAG"..HEAD \ No newline at end of file