semantic versioning
Appearance
English
[edit]Noun
[edit]semantic versioning (uncountable)
- (software) A versioning scheme where each release is given a three-part version number of the form major.minor.patch. The major number is incremented to indicate a breaking change, minor for new non-breaking features, and patch for other non-breaking changes.
- Synonym: (abbreviation) SemVer
- Coordinate term: calendar versioning