mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-27 09:04:00 +08:00
6 lines
129 B
Bash
Executable file
Vendored
6 lines
129 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
set -e
|
|
|
|
VERSION=`python -c 'import weblate; print weblate.VERSION'`
|
|
|
|
git tag -s weblate-$VERSION -m "Version $VERSION"
|