recommend to update the NEWS log file
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 2 Nov 2011 09:33:42 +0000 (09:33 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 2 Nov 2011 09:33:42 +0000 (09:33 +0000)
id-release

index 429c233..55fd3b7 100755 (executable)
@@ -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"