build: use latest tag, even when it has no annotations
positiveblue opened this issue · 0 comments
positiveblue commented
The output for the latest pool version (v0.6.1-beta
) to ./pool --version
is pool version 0.6.1-beta commit=v0.6.0-beta-18-g5e95640ec64759681b49c0f49adf52abd06cb45c
when it should be pool version 0.6.1-beta commit=v0.6.1-beta
.
The problem is that the tags where not annotated (git tag -S v0.6.1-beta
) when I created them and we are using git describe
in our release scripts.