Closed elpaisa closed 8 years ago
This adds a new feature to match the commit message against a given regex configured in the package.json, this can be used with the configured commit wizard as it is non blocker, example: 'msg-pattern': '^(US|DE)\d+ - .+'
could you also document this addition in README file, please?
published as 3.10.0
Awesome, thanks!.
This adds a new feature to match the commit message against a given regex configured in the package.json, this can be used with the configured commit wizard as it is non blocker, example: 'msg-pattern': '^(US|DE)\d+ - .+'