semantic-release / commit-analyzer

:bulb: semantic-release plugin to analyze commits with conventional-changelog
MIT License
365 stars 73 forks source link

Uppercase scope not triggering a release (anymore) #641

Open bastibuck opened 4 months ago

bastibuck commented 4 months ago

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?

ashvardanian commented 4 months ago

I think #642 might be related to this, as I use capitalized verbs.

travi commented 4 months ago

Possibly related to https://github.com/semantic-release/release-notes-generator/issues/633