Skip to content

Commit

Permalink
fix(release): trigger on deps and deps-dev chores
Browse files Browse the repository at this point in the history
  • Loading branch information
rafegoldberg committed Dec 12, 2020
1 parent d6006d6 commit bcf7569
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
{
"type": "style",
"release": "patch"
},
{
"type": "chore",
"scope": "deps",
"release": "patch"
},
{
"type": "chore",
"scope": "deps-dev",
"release": "patch"
}
],
"parserOpts": {
Expand Down

0 comments on commit bcf7569

Please sign in to comment.