more fixes for s/changelog/Changelog/ -- i begin to suspect it was not worth it :(
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 15 Mar 2010 04:58:31 +0000 (00:58 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 15 Mar 2010 04:58:31 +0000 (00:58 -0400)
utils/build-releasenote

index cac08694139fea89926e408ff74b22c6008e2c47..71891ff9e1fc0a10eacda5c851b64487835e7e17 100755 (executable)
@@ -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"