build: Use `git describe` to generate a version
Only if RADICLE_VERSION is not set, we ask Git to desribe the commit
we are building. This is better than having all these cases just be
“pre-release”, which is not very informative.
Only if RADICLE_VERSION is not set, we ask Git to desribe the commit
we are building. This is better than having all these cases just be
“pre-release”, which is not very informative.
REVIEW: fix some wording in the comments
Squash in review.
Rebase