Skip to content

Commit 67dfd3e

Browse files
Rohit KumarRohit Kumar
authored andcommitted
fix: disable npm publishing for testing
Signed-off-by: Rohit Kumar <Rohit.Kumar64@ibm.com>
1 parent e5a2ad1 commit 67dfd3e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.releaserc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
{"type": "patch","release": "patch"}
1414
]}],
1515
"@semantic-release/release-notes-generator",
16-
"@semantic-release/npm",
16+
[
17+
"@semantic-release/npm",
18+
{
19+
"npmPublish": false
20+
}
21+
],
1722
[
1823
"@semantic-release/git",
1924
{

0 commit comments

Comments
 (0)