Skip to content

Commit bf90ade

Browse files
authored
chore(deps): patch release via chore (#58)
GH-57
1 parent 7ef961e commit bf90ade

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,19 @@
9797
"master"
9898
],
9999
"plugins": [
100-
"@semantic-release/commit-analyzer",
100+
["@semantic-release/commit-analyzer", {
101+
"preset":"angular",
102+
"releaseRules" : [
103+
{"type": "chore", "scope":"deps","release":"patch"}
104+
]
105+
}],
101106
"@semantic-release/release-notes-generator",
102107
"@semantic-release/changelog",
103108
"@semantic-release/npm",
104109
[
105110
"@semantic-release/git",
106111
{
107112
"assets": [
108-
"dist/",
109113
"package.json",
110114
"CHANGELOG.md"
111115
],

0 commit comments

Comments
 (0)