🟩
Semantic Versioning
Table of contents
What is semantic versioning?
For example suppose asd is module and the version of this module is 2.8.3. The semantic versioning is Major.Minor.Patch
- Patch is for bug fixing
- Minor is for adding new features that don't break existing API and structure
- Major is for adding new features that break existing API and structure
