mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-01-12 22:44:55 +08:00
8 lines
150 B
Bash
Executable File
8 lines
150 B
Bash
Executable File
#!/usr/bin/env bash
|
|
export VERSION=`python -m setuptools_scm`
|
|
|
|
if [[ -n `git status --porcelain` ]]; then
|
|
VERSION=$VERSION-dirty
|
|
fi
|
|
|
|
echo $VERSION |