Simplifies our labeling scheme to map major, minor, and patch labels to their respective semver bumps
Defaults to using a patch bump when no label is specified
Allows multiple labels to be used on a PR (for example, minor and devops) to allow devs to continue using whatever labeling they want in addition to major, minor, and patch
Cleaned up the release.yaml file to only create release notes for Major and Other categories
Description
This PR introduces the following changes:
release.yaml
file to only create release notes for Major and Other categoriesissue #1970
How Has This Been Tested?
Testing Summary
Patch label:
Minor label:
Major label:
No labels (defaults to patch):
Testing Tags
Major:
Minor:
NO LABELS (bumps to patch):
Multiple labels (minor and devops):
Checklist