Skip to content

Commit 367cabe

Browse files
authored
fix(build): dig deep in SR docs to find the error (#257)
1 parent f6c6367 commit 367cabe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,16 @@
4949
"prettier --single-quote --trailing-comma es5 --write",
5050
"git add"
5151
]
52+
},
53+
"release": {
54+
"plugins": [
55+
["@semantic-release/commit-analyzer", {
56+
"releaseRules": [
57+
{"type": "chore", "release": "patch"}
58+
]
59+
}],
60+
"@semantic-release/release-notes-generator",
61+
"@semantic-release/github"
62+
]
5263
}
5364
}

0 commit comments

Comments
 (0)