Skip to content

Commit

Permalink
ci(release): add commit type rules
Browse files Browse the repository at this point in the history
Releases should be triggered when there is an update to dependencies or
a single dependency.
  • Loading branch information
Joshua-Booth committed Jul 16, 2021
1 parent c10656e commit c6b63f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,15 @@
{
"type": "chore",
"release": false
},
{
"type": "chore",
"message": "*update*",
"release": "patch"
},
{
"message": "*update dependencies*",
"release": "patch"
}
]
}
Expand Down

0 comments on commit c6b63f4

Please sign in to comment.