Skip to content

Commit 5c28bd6

Browse files
committed
fix: disable npm publishing for VS Code extension
1 parent 0750c51 commit 5c28bd6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.releaserc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
6-
"@semantic-release/npm",
6+
[
7+
"@semantic-release/npm",
8+
{
9+
"npmPublish": false
10+
}
11+
],
712
[
813
"@semantic-release/changelog",
914
{

0 commit comments

Comments
 (0)