Open klimkin opened 3 years ago
You should always use HEAD.
I don't see how semver would help here.
semver tags are convenient for referring to particular release of the library. semver also helps making reproducible builds.
Using HEAD as versioning strategy is really a choice of a user, why to limit the choice?
it's not that HEAD is not always the greatest. the point is to know what did one use in retrospective
Not having versions means it's going to be hard for:
Considering adding a Conan package to CCI: https://github.com/conan-io/conan-center-index/issues/4262 Could you use tags to implement semver on the repository, please? That would simplify version tracking in CCI.