Files
github-octodns/script/changelog
2023-11-12 15:45:43 -08:00

8 lines
177 B
Bash
Executable File

#!/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"