Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
chore: 👻 add sample custom config
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed May 23, 2018
1 parent 9aea7b2 commit a122772
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,19 @@
},
"config": {
"commitizen": {
"path": "./index.js"
"path": "./index.js",
"changelog": {
"maxMessageLength": 72,
"list": [
"feat",
"fix",
"chore",
"docs",
"refactor",
"style",
"ci"
]
}
}
}
}

0 comments on commit a122772

Please sign in to comment.