mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #697] Versions like Brixton.SR1 from spring framework #5589
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sourabhsparkala on GitHub (May 4, 2021).
Original GitHub issue: https://github.com/semver/semver/issues/697
There are cases like
Which uses a [Non-digit].[alpha-numeric] combination.
As the above example is from the spring framework. How do you suggest we handle such cases while comparing versions?
@klehelley commented on GitHub (May 5, 2021):
Do note that while SemVer is a pretty ubiquitous versioning scheme, it is not the only one around and it does not have the objective of being the reference versioning scheme for all use-cases. The Spring Framework version you are talking about here is not SemVer-compatible. As a consequence, I am not sure how to answer your question, as I am not sure how to interpret it. Are you suggesting the definition of SemVer should handle such cases?