From: Daniel Kahn Gillmor Date: Mon, 15 Mar 2010 04:58:31 +0000 (-0400) Subject: more fixes for s/changelog/Changelog/ -- i begin to suspect it was not worth it :( X-Git-Tag: monkeysphere_0.29~2 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f2e90a01372b60d5511fb07d56223b3900100f63;p=monkeysphere.git more fixes for s/changelog/Changelog/ -- i begin to suspect it was not worth it :( --- 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"