mirror of
git://github.com/lxc/lxc
synced 2025-08-30 21:50:07 +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 "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
|
||||||
|
Reference in New Issue
Block a user