Skip to content

Commit

Permalink
Merge pull request #8 from piyushgupta1/develop
Browse files Browse the repository at this point in the history
docs(readme): tweaked analyze commit config
  • Loading branch information
Piyush Gupta committed Jan 6, 2018
2 parents 56ab592 + 7b2656f commit 131cd1a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@
"git add"
]
},
"release": {
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{ "type": "docs", "scope": "readme", "release": "patch" },
{ "type": "refactor", "release": "patch" },
{ "type": "style", "release": "patch" }
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
}
}
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 131cd1a

Please sign in to comment.