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
{{ message }}
This repository was archived by the owner on Dec 8, 2019. It is now read-only.
Like already mentioned in #2 there should be a flag to configure the pattern(s) used to match the commit messages (--patterns / -p). This would enable better results if commit messages are strictly defined. Usage could be e.g.:
$ acai --patterns "^fix\(.*\):"
There has to be defined if this should be some kind of pattern matcher or regular expression. Currently the following regex is default: