this-oliver/detect-conventional-bump

Detects the type of bump for a given message based on conventional commit standards.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
messageThe message to analyze.yes
keywords-majorKeywords that indicate a major bump separated by commas. Case insensitive.nomajor, breaking
keywords-minorKeywords that indicate a minor bump separated by commas. Case insensitive.nominor, feat, ft
keywords-patchKeywords that indicate a patch bump separated by commas. Case insensitive.nopatch, fix, chore, docs
keyword-scopesComma-separated list of keywords that the scope should be checked against - if value is empty, the scope will not be checked. Case insensitive.no
force-scopeBoolean value to fail if the scope is not in the message.nofalse
namedescription
typeThe type of bump detected (major, minor, patch).