Hi,
I just updated to semantic-release 23 and now a release is not triggered anymore if I add an uppercase scope to my commit-message. It used to work fine in version 22.
Sadly I can not find any configuration or option to allow for a casing-option.
feat(ABC): my new feature used to trigger a new release in my pipeline but it does not anymore. However feat(abc): my new feature does.
Any idea how I can fix this?