Skip to content

Commit ad84bbe

Browse files
authored
chore(deps): patch release via chore (#83)
#82
1 parent 6b42bf6 commit ad84bbe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,12 @@
108108
"master"
109109
],
110110
"plugins": [
111-
"@semantic-release/commit-analyzer",
111+
["@semantic-release/commit-analyzer", {
112+
"preset":"angular",
113+
"releaseRules" : [
114+
{"type": "chore", "scope":"deps","release":"patch"}
115+
]
116+
}],
112117
"@semantic-release/release-notes-generator",
113118
"@semantic-release/changelog",
114119
"@semantic-release/npm",

0 commit comments

Comments
 (0)