Skip to content

Commit 0f6d916

Browse files
committed
chore: update semantic-release config
1 parent 1a33555 commit 0f6d916

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
@@ -9,6 +9,11 @@
99
"plugins": [
1010
"@semantic-release/commit-analyzer",
1111
"@semantic-release/release-notes-generator",
12-
"@semantic-release/npm"
12+
[
13+
"@semantic-release/npm",
14+
{
15+
"npmPublish": true
16+
}
17+
]
1318
]
1419
}

0 commit comments

Comments
 (0)