Skip to content

Commit

Permalink
feat: add commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Dzieniszewski committed Mar 1, 2019
1 parent 8674e50 commit b3a29df
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 14 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# Applantic Homepage

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"eslintConfig": {
"extends": "react-app"
},
Expand All @@ -21,5 +26,8 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"devDependencies": {
"commitizen": "^3.0.7"
}
}
Loading

0 comments on commit b3a29df

Please sign in to comment.