Skip to content

Commit ed0d506

Browse files
committed
Release on production dependency updates
1 parent fc786dc commit ed0d506

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,18 @@
2424
"main"
2525
],
2626
"plugins": [
27-
"@semantic-release/commit-analyzer",
27+
[
28+
"@semantic-release/commit-analyzer",
29+
{
30+
"releaseRules": [
31+
{
32+
"type": "build",
33+
"scope": "deps",
34+
"release": "patch"
35+
}
36+
]
37+
}
38+
],
2839
"@semantic-release/release-notes-generator",
2940
"@semantic-release/github",
3041
"semantic-release-plugin-github-breaking-version-tag",

0 commit comments

Comments
 (0)