mirror of
https://github.com/semver/semver.git
synced 2026-07-11 06:53:03 -05:00
[GH-ISSUE #920] Why is it called "semantic" versioning? #1443
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 @vls-tomra on GitHub (Feb 28, 2023).
Original GitHub issue: https://github.com/semver/semver/issues/920
I am a big fan of semver ever since coming across it about ten years ago. Today I asked myself where the "semantic" in the naming comes from and unfortunately have no idea. Maybe this can be added to the FAQ?
@iago-lito commented on GitHub (Mar 2, 2023):
I'd say it's because it's adding meaning to things like
1.5.8which otherwise would be just a sequence of digits and dots. With SemVer,1.5.8is not only a plain string, it also carries some semantic.@silopolis commented on GitHub (Mar 2, 2023):
I think exactly what @iago-lito said.
@vls-tomra commented on GitHub (Mar 6, 2023):
now that you say it @iago-lito, it seems kind of obvious. :-) However, when someone tells me "thats just semantics" I think of how things are worded. I guess semantic is the connection between meaning and the actual word. "Semantic Versioning" does have a better ring to it, than "logical" or "meaningful" versioning.