Update versioning scheme

This commit is contained in:
Adam Honse 2025-01-16 17:51:20 +00:00
parent 7f04d34179
commit ae248d6d32
6 changed files with 61 additions and 26 deletions

3
scripts/git-get-branch.sh Executable file
View file

@ -0,0 +1,3 @@
#! /bin/bash
git show-ref | grep $(git log --pretty=%h -1) | sed 's|.*/\(.*\)|\1|' | sort -u | grep -v HEAD