You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to use gitmoji on personal projects, so ideally if my commit message is ":sparkles: feat: something" or ":bento: feat: something" it would still be picked up as a minor version bump.
Maybe instead of a strict "starts with", you could do a regex for feat:|feature: instead.
(If interested I can put up a PR.)
The text was updated successfully, but these errors were encountered:
I like to use gitmoji on personal projects, so ideally if my commit message is ":sparkles: feat: something" or ":bento: feat: something" it would still be picked up as a minor version bump.
Maybe instead of a strict "starts with", you could do a regex for
feat:|feature:
instead.(If interested I can put up a PR.)
The text was updated successfully, but these errors were encountered: