xotahal/fastlane-plugin-semantic_release

Allow feat/fix to have capital letters and still work

danielgomezrico opened this issue · 1 comments

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

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:

  • Fork this repo and fix it myself and submitting a PR back to this repo.
  • Write a script that hooks into PR status, e.g. a GitHub Action that waits for PR to be accepted and changes the formatting of the merge message that goes into the target base branch.