Skip to content

Commit 2f0703a

Browse files
authored
fix(CI): disable npm plugin
1 parent 200da6a commit 2f0703a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.releaserc

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

0 commit comments

Comments
 (0)