[enhancement] add an option to ignore some commits #13
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Is your feature request related to a problem? Please describe
Some commits like
docs(changelog): xxxx
should be ignored and not appear in changelog.Description of the new feature/enhancement
When add some thing like
<type>(<scope>)
, e.g.docs(changelog)
, to this option, it will be used as an regex to match the commit message to decide if ignore it.Proposed technical implementation details (optional)
As above.
Additional context
The text was updated successfully, but these errors were encountered: