mirror of
git://github.com/lxc/lxc
synced 2025-08-29 18:39:50 +00:00
Redirect the Changelog diff to file instead of stdout
This commit is contained in:
parent
f04d36bf47
commit
5f8dbb64c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user