Eliminate first parent policy from version count generation, as my little stunt with releasing from the development branch has broken build numbers a bit

CQTexperiment
Christopher Snowhill 2020-11-26 18:39:26 -08:00
parent 0b47070bd0
commit b375f06faa
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
git_version=$(/usr/bin/git describe --tags --first-parent | sed -e 's/k54-//')
git_version=$(/usr/bin/git describe --tags | sed -e 's/k54-//')
short_version=${git_version%-*}
build_time=$(date)