Ross McFarland
4 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
7 additions and
0 deletions
-
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" |