Tech
Semantic Versioning (SemVer): Why Version Numbers Have Three Parts
Most software version numbers look like 1.6.11 β three numbers separated by dots. This isn't an arbitrary naming choice; it follows a widely adopted convention called Semantic Versioning, or SemVer. This article looks at why version numbers are split into three parts, and what it actually takes to implement that convention correctly in code.
What MAJOR.MINOR.PATCH Each Mean
SemVer formats a version as MAJOR.MINOR.PATCH (for example, 1.6.11 ), and each position carries a dist...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to