...
Feature Impact Categorizations
- Minor = cosmetic or wording only
- Moderate = api change
- Major = significant behavioral change
Example(s) of Candidate Features
...
The semantic versioning scheme will be utilized for Match-Connect releases going forward. It can be summarized as follows:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward compatible manner
- PATCH version when you make backward compatible bug fixes
Release candidates will be tagged according to this strategy both in the WMDA Share, Match-Connect Semantics and Azure Dev Ops.
...