Commit f88c945a authored by Michal Čihař's avatar Michal Čihař

Fix tagging command

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent bccda183
...@@ -14,7 +14,7 @@ namever=weblate-$version ...@@ -14,7 +14,7 @@ namever=weblate-$version
# What are we going to build? # What are we going to build?
if [ "x$1" = "x--tag" ] ; then if [ "x$1" = "x--tag" ] ; then
rev=$namever rev=$namever
git tag -s $rev -m "Version $VERSION" git tag -s $rev -m "Version $version"
fi fi
# Compile po files # Compile po files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment