xotahal / fastlane-plugin-semantic_release

Fully automated version management and generator of release notes
MIT License
213 stars 59 forks source link

Allow feat/fix to have capital letters and still work #36

Open danielgomezrico opened 2 years ago

danielgomezrico commented 2 years ago

It could be cool to allow the words fix or feat to be recognized even if they are writen as Feat or Fix or FIX.

Our use case is that every PR is squashed, and then the commit of the PR is the same as the PR title.

Some people like capital letters others dont so can we make it flexible? or maybe parameterize to support it?

Current

This is not recognized as a feature but as "other work"

Feat: a thing
BrutalCoding commented 1 year ago

I'm aware that this issue is old and I guess my answer is no longer relevant to you @danielgomezrico.

But for anyone else having the same question, I would solve it by one of the following ways: