mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-02 12:51:48 +08:00
6 lines
129 B
Bash
Executable file
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"
|