Skip to content

Commit 8703e71

Browse files
committed
fix(releaserc): go into lib folder
1 parent bef048c commit 8703e71

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.releaserc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"plugins": [
3+
"@semantic-release/commit-analyzer",
4+
"@semantic-release/release-notes-generator",
5+
["@semantic-release/npm", {
6+
"pkgRoot": "lib"
7+
}],
8+
"@semantic-release/git"
9+
]
10+
}

0 commit comments

Comments
 (0)