MCD-LEVEL-1 · Question #168
According to Semantic Versioning, which version would you change for incompatible API changes?
The correct answer is C. MAJOR. Correct answer is MAJOR MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards compatible manner, and PATCH version when you make backwards compatible bug fixes. For details refer to this documentation : https://semver.org/
Question
According to Semantic Versioning, which version would you change for incompatible API changes?
Options
- ANo change
- BMINOR
- CMAJOR
- DPATCH
How the community answered
(40 responses)- A5% (2)
- B3% (1)
- C90% (36)
- D3% (1)
Explanation
Correct answer is MAJOR MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards compatible manner, and PATCH version when you make backwards compatible bug fixes. For details refer to this documentation : https://semver.org/
Topics
Community Discussion
No community discussion yet for this question.