Skip to content

Commit a4a0a66

Browse files
committed
build(): changed release rules
1 parent 0e0f361 commit a4a0a66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.releaserc

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"plugins": [
3-
"@semantic-release/commit-analyzer",
3+
["@semantic-release/commit-analyzer", {
4+
"releaseRules": [
5+
{"type": "docs", "release": "patch"},
6+
{"type": "refactor", "release": "patch"}
7+
]
8+
}],
49
"@semantic-release/release-notes-generator",
510
["@semantic-release/npm", { "npmPublish": true }],
611
"@semantic-release/changelog",

0 commit comments

Comments
 (0)