Skip to content

Commit

Permalink
chore: clean up options for semantic release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Jul 15, 2019
1 parent 06d98be commit 41c8f68
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,29 @@
"url": "https://github.com/tobitenno/json-fetch-cache.git"
},
"release": {
"monorepo": {
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "docs",
"scope": "README",
"release": "patch"
},
{
"type": "breaking",
"release": "major"
},
{
"type": "major",
"release": "major"
}
],
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "docs",
"scope": "README",
"release": "patch"
},
{
"type": "breaking",
"release": "major"
},
{
"type": "major",
"release": "major"
}
],
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
}
}
}
Expand Down

0 comments on commit 41c8f68

Please sign in to comment.