Skip to content

Commit

Permalink
chore: add commitizen config
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa committed Aug 30, 2021
1 parent 29ac482 commit 1e1bea4
Show file tree
Hide file tree
Showing 2 changed files with 597 additions and 19 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"babel-loader": "8.1.0",
"cz-conventional-changelog": "3.3.0",
"denali-css": "2.3.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.4",
Expand Down Expand Up @@ -133,5 +134,10 @@
"gitUsername": "denali-bot",
"gitEmail": "[email protected]",
"commitMessage": "Deploy Storybook to GitHub Pages"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading

0 comments on commit 1e1bea4

Please sign in to comment.