summaryrefslogtreecommitdiff
path: root/utils/build-releasenote
diff options
context:
space:
mode:
authorMatthew James Goins <mjgoins@openflows.com>2010-03-20 13:32:22 -0400
committerMatthew James Goins <mjgoins@openflows.com>2010-03-20 13:32:22 -0400
commit072e05ac7a9872edc3a3e18e103bbba2706254bf (patch)
tree32ef564a9d3cf5be28c121a94f66d73944dc3d93 /utils/build-releasenote
parentdd71f5ec4a69c58f894f4f6961ca3786a192bc62 (diff)
parente9f00652e3503ef2292e6d27df80cbb4c8e09504 (diff)
Merge remote branch 'origin/master'
Diffstat (limited to 'utils/build-releasenote')
-rwxr-xr-xutils/build-releasenote4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/build-releasenote b/utils/build-releasenote
index cac0869..71891ff 100755
--- a/utils/build-releasenote
+++ b/utils/build-releasenote
@@ -8,11 +8,11 @@
# Copyright: © 2008-2010
# License: GPL, v3 or later
-VERSION=`head -n1 changelog | sed 's/.*(\([^)]*\)).*/\1/'`
+VERSION=`head -n1 Changelog | sed 's/.*(\([^)]*\)).*/\1/'`
{
sed "s/__VERSION__/$VERSION/g" < utils/releasenote.header
- head -n$(( $(grep -n '^ --' changelog | head -n1 | cut -f1 -d:) - 2 )) changelog | tail -n+3
+ head -n$(( $(grep -n '^ --' Changelog | head -n1 | cut -f1 -d:) - 2 )) Changelog | tail -n+3
sed "s/__VERSION__/$VERSION/g" < utils/releasenote.footer
} > "website/news/release-$VERSION.mdwn"