Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a prefix string before "feat:" #20

Open
elliot-nelson opened this issue Mar 26, 2020 · 1 comment
Open

Allow a prefix string before "feat:" #20

elliot-nelson opened this issue Mar 26, 2020 · 1 comment

Comments

@elliot-nelson
Copy link
Contributor

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.)

@mikeal
Copy link
Owner

mikeal commented May 11, 2020

Sounds good to me, but we’ll need to make sure we can still support the new breaking syntax feat!: and fix!: #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants