projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de31739
)
recommend to update the NEWS log file
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 2 Nov 2011 09:33:42 +0000
(09:33 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 2 Nov 2011 09:33:42 +0000
(09:33 +0000)
id-release
patch
|
blob
|
history
diff --git
a/id-release
b/id-release
index
429c233
..
55fd3b7
100755
(executable)
--- 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"