Skip to content

Angular support

Compare
Choose a tag to compare
@jzaefferer jzaefferer released this 07 Jul 10:40
· 62 commits to master since this release

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"
  }
}