weblate/scripts/tag-version
2012-04-16 15:39:31 +02:00

6 lines
129 B
Bash
Executable file

#!/bin/sh
set -e
VERSION=`python -c 'import weblate; print weblate.VERSION'`
git tag -s weblate-$VERSION -m "Version $VERSION"