Skip to content

Commit

Permalink
ci: remove deps-dev scoping release
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Jul 9, 2018
1 parent 9bc43c2 commit 0aaa5a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{"type": "build", "scope":"deps", "release": "minor"},
{"type": "build", "scope":"deps-dev", "release": "patch"}
{"type": "build", "scope":"deps", "release": "minor"}
]
}
}
Expand Down

0 comments on commit 0aaa5a9

Please sign in to comment.