Skip to content

Commit

Permalink
ci(release): added release rule to chore(deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Mar 6, 2020
1 parent 0b41dd9 commit d7c7e27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
[
"@semantic-release/commit-analyzer",
{
"config": "./tools/changelog.js"
"config": "./tools/changelog.js",
"releaseRules": [{ "type": "chore", "scope": "deps", "release": "patch" }]
}
],
[
Expand Down

0 comments on commit d7c7e27

Please sign in to comment.