X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/3dd412a16de7140fafbf738ba99f6a02e3780c51..0b661144124702f6fee89c6e4aafb8302d6fcf6d:/contrib/release/snapshot.sh diff --git a/contrib/release/snapshot.sh b/contrib/release/snapshot.sh index a81df52..71b447f 100755 --- a/contrib/release/snapshot.sh +++ b/contrib/release/snapshot.sh @@ -5,7 +5,7 @@ VERSION=`date "+%Y%m%d"` SNAPSHOT=dist/stgit-$VERSION.tar.gz -git-rev-list --pretty HEAD > ChangeLog +git rev-list --pretty HEAD > ChangeLog mv stgit/version.py stgit/version.py- echo "version = '$VERSION'" > stgit/version.py