Skip to content

Commit 8948ec0

Browse files
author
horike37
committed
chore: add config settings
1 parent 6f5700d commit 8948ec0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.releaserc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"plugins": [
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"preset": "eslint",
7+
"releaseRules": [
8+
{ "type": "docs", "scope": "README", "release": "patch" }
9+
]
10+
}
11+
]
12+
]
13+
}

0 commit comments

Comments
 (0)