weblate/scripts/tag-version
2012-03-07 14:18:13 +01:00

6 lines
125 B
Bash
Executable file
Vendored

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