Commit 5f8dbb64 by dlezcano

Redirect the Changelog diff to file instead of stdout

parent f04d36bf
...@@ -26,7 +26,7 @@ release_changelog() { ...@@ -26,7 +26,7 @@ release_changelog() {
echo "Generating ChangeLog" echo "Generating ChangeLog"
echo -n "Please give the previous tag name: " echo -n "Please give the previous tag name: "
read read
cvs2cl --delta $REPLY:$TAG --stdout cvs2cl --delta $REPLY:$TAG --stdout > ChangeLog.diff
} }
release_tag release_tag
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment