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