From: Wolfram Schneider Date: Wed, 2 Nov 2011 09:33:42 +0000 (+0000) Subject: recommend to update the NEWS log file X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=f42074cf7891cd817a50e5eefc085a447a77d904;hp=de31739c7836b1df917de3bcc6cf4190ad262d9a;p=git-tools-moved-to-github.git recommend to update the NEWS log file --- diff --git a/id-release b/id-release index 429c233..55fd3b7 100755 --- a/id-release +++ b/id-release @@ -21,6 +21,15 @@ case $1 in * ) usage ;; esac +echo "Did you updated the news log file?" +for file in Changes News NEWS +do + if [ -e $file ]; then + ls -l Changes + fi +done +echo "" + if [ -e "pom.xml" ]; then java=true else @@ -59,6 +68,8 @@ perl -i.bak -npe "\$. == 1 && s,\(.*?\),($version)," debian/changelog # update redhat version file perl -i.bak -npe "s,^Version: .*,Version: $version," $spec + + ###################################################################### echo "" echo "# Please run now"