libbacktrace icon indicating copy to clipboard operation
libbacktrace copied to clipboard

Implement semver for repository

Open klimkin opened this issue 3 years ago • 4 comments

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.

klimkin avatar Jan 26 '21 16:01 klimkin

You should always use HEAD.

I don't see how semver would help here.

ianlancetaylor avatar Jan 27 '21 04:01 ianlancetaylor

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?

klimkin avatar Jan 31 '21 03:01 klimkin

it's not that HEAD is not always the greatest. the point is to know what did one use in retrospective

amery avatar Mar 02 '21 23:03 amery

Not having versions means it's going to be hard for:

lanodan avatar Dec 12 '23 18:12 lanodan