You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Oscar Faixat (@faix)'s great work on the compliant pipelines, we'll need to change 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 Oscar Faixat (@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.