Skip to content

Commit 95d6f90

Browse files
committed
chore(config): add type: patch to semantic release rules
1 parent 00e128f commit 95d6f90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.releaserc.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
{
77
"releaseRules": [
88
{ "type": "refactor", "release": "patch" },
9-
{ "type": "style", "release": "patch" }
10-
]
9+
{ "type": "style", "release": "patch" },
10+
{ "type": "patch", "release": "patch"}
11+
],
12+
"parserOpts": {
13+
"noteKeywords": []
14+
}
1115
}
1216
],
1317
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)