mirror of
git://github.com/lxc/lxc
synced 2025-09-01 11:29:28 +00:00
Redirect the Changelog diff to file instead of stdout
This commit is contained in:
@@ -26,7 +26,7 @@ release_changelog() {
|
||||
echo "Generating ChangeLog"
|
||||
echo -n "Please give the previous tag name: "
|
||||
read
|
||||
cvs2cl --delta $REPLY:$TAG --stdout
|
||||
cvs2cl --delta $REPLY:$TAG --stdout > ChangeLog.diff
|
||||
}
|
||||
|
||||
release_tag
|
||||
|
Reference in New Issue
Block a user