Angular support
This release introduces the style option, defaulting to jquery (as before), adding the angular alternative. This preset matches the Angular commit message style guide. To start using this, set the style property in your package.json:
{
"name": "my-package",
"devDependencies": {
"commitplease": "2.5.0"
},
"commitplease": {
"style": "angular"
}
}