qoomon / git-conventional-commits

Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
https://short.qoo.monster/Conventional-Commits
GNU General Public License v3.0
360 stars 38 forks source link

fix: Fixed WIP feature #140

Closed FSeidinger closed 1 year ago

FSeidinger commented 1 year ago

The defaultConfig() now has a valid commitIgnoreRegexPattern, that is the default of the documentation ("^WIP "). The parameter commitIgnoreRegex is set to a RegExp taking the configured pattern and having the multiline flag ("m"). I also added a test for a working WIP commit.

fixes issue #139

qoomon commented 1 year ago

Thanks a lot, I'll release a new version.

qoomon commented 1 year ago

feel free to try version git-conventional-commits@2.6.5