diff options
-rw-r--r-- | doc/CHANGES | 2 | ||||
-rw-r--r-- | release.sh | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 7624548d..84781a93 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -xfstests-1.1.0 (13 October 2011) +xfstests-1.1.0 (14 October 2011) - This is the firsteversioned release recorded for the xfstests suite. Tests 240-263 have been added to the suite (to date) in 2011. @@ -18,8 +18,6 @@ git commit -s -a -m "${version} release" echo "Tagging git repository" git tag -s -a -m "${version} release" v${version} -echo "Creating source tarball" -make dist +echo "Done. Please remember to push out tags using \"git push --tags\"" +echo "If you wish to create a source tarball, run \"make dist\"" -echo "Done." -echo "Please remember to push out tags using \"git push --tags\"" |