[Xfce4-commits] <midori:master> tools/release: Omit 'Update Foo translation' from changelogs
Christian Dywan
noreply at xfce.org
Fri May 17 20:38:03 CEST 2013
Updating branch refs/heads/master
to 41f052da87f31e2a0da0161d6da5010bc18ac8a3 (commit)
from 37384338224023de7dd63a095a460905cb412730 (commit)
commit 41f052da87f31e2a0da0161d6da5010bc18ac8a3
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri May 17 20:19:30 2013 +0200
tools/release: Omit 'Update Foo translation' from changelogs
tools/release | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/release b/tools/release
index 54cb433..dbf4cf9 100755
--- a/tools/release
+++ b/tools/release
@@ -14,7 +14,7 @@ if [ "x$1" = "xbefore" ]; then
NEWVER=$(python -c "print('0.'+str(float('$OLDVER'[2:])+.1))")
echo Bumping from $OLDVER to $NEWVER
sed -i "s@$OLDVER@$NEWVER at g" wscript win32/makedist/midori.nsi
- echo; git log --pretty='format: %s' $OLDVER..HEAD | grep -v l10n | grep -v makedist | grep -v tools/release | grep -v nsi; echo
+ echo; git log --pretty='format: %s' $OLDVER..HEAD | grep -v l10n | grep -v makedist | grep -v tools/release | grep -v nsi | grep -v -E 'Update .+ translation'; echo
curl http://wiki.xfce.org/_export/xhtml/midori/faq | \
sed 's at This is a list of frequently asked questions at This is <a href="http://wiki.xfce.org/midori/faq">a snapshot of the online FAQ</a>@g' | \
sed 's@<link rel="style.*>@<link rel="stylesheet" href="faq.css" />@g' > data/faq.html
More information about the Xfce4-commits
mailing list