Files
status-app/scripts/version.sh
T

5 lines
103 B
Bash
Executable File

#!/usr/bin/env bash
set -e
git fetch origin --tags --force --no-recurse-submodules
git describe --tags