Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-07 17:21:22 +01:00
parent e786803dae
commit 489fa2a8be
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -173,7 +173,7 @@ eof
$0 blog
version=$($0 changelog-version)
file=cdist-${version}-released.mdwn
cd $WEBBBLOG
cd "$WEBBLOG"
git add "$file"
git commit -m "New cdist version (blogentry): $version" "$file"
git push