VCS Describe script

This commit is contained in:
2021-09-04 01:52:32 -04:00
parent fd8e4789b6
commit 7b2ca206b5

6
.local/bin/describe.sh Executable file
View File

@@ -0,0 +1,6 @@
# Just to make it easy to always get the same
# version description,
# Usage:
# ./describe.sh
git describe --abbrev=8 --always --tags