Skip to content

Commit

Permalink
chore(releaserc): add release rule for updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Apr 26, 2024
1 parent 935cca3 commit 61e9ab2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"type": "chore",
"scope": "deps",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
Expand Down

0 comments on commit 61e9ab2

Please sign in to comment.