Release Management
This project uses Semantic Vesioning (SemVer) with each component tagged with a MAJOR.MINOR.PATCH version number upon release. The version numbering in SemVer is based on the following rules:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backwards compatible manner
- PATCH version when you make backwards compatible bug fixes
Refer to Semantic Vesioning guide for more details.
Change Logs
Change logs are generated automatically based on Git commits. Refer to the Coding Guidelines section of the Development Standards to ensure all commits to the code repository include the required issue tracker numbers.