Semantic versioning (semver) is versioning convention composed of three numbers which are
Answers
Answered by
0
The answer is major version, minor version and patch version.
Versioning convention is composed of three numbers which are major version, minor version and patch version.
The major indicates incompatible API changes. Version number 0 indicates that the software is in the initial development stages. Any major change can happen at any point of time and the system is unstable.
Minor version indicates inclusion of new functionality that is backwards compatible.
Patch version indicates addressing of backwards compatible fixes.
Similar questions