We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec835d commit 349e4c4Copy full SHA for 349e4c4
1 file changed
py/py-version.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-git_tag="$(git describe || echo unknown)"
+git_tag="$(git describe --dirty || echo unknown)"
4
git_hash="$(git rev-parse --short HEAD 2> /dev/null || echo unknown)"
5
git_files_are_clean=1
6
# Check if there are any modified files.
0 commit comments