With @faix's great work on the compliant pipelines, we'll need to change [`CONTRIBUTING.md`](https://github.com/microsoft/SCMScaleUnitDevTools/blob/main/CONTRIBUTING.md) to accommodate the new SEMVER bump-keywords which are: * major version bump: `+semver: breaking` or `+semver: major` * minor version bump: `+semver: feature` or `+semver: minor` * patch version bump: `+semver: fix` or `+semver: patch` For all three: the space in-between `+semver:` and the keyword is optional.
With @faix's great work on the compliant pipelines, we'll need to change
CONTRIBUTING.mdto accommodate the new SEMVER bump-keywords which are:+semver: breakingor+semver: major+semver: featureor+semver: minor+semver: fixor+semver: patchFor all three: the space in-between
+semver:and the keyword is optional.