Skip to content

Commit 2a99e4a

Browse files
committed
chore(qa): disable automated publishing for now
1 parent e898ce4 commit 2a99e4a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

release.config.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ ${COMMENT_POSTFIX}
3333
export default {
3434
branches: "main",
3535
tagFormat: "v${version}",
36-
npmPublish: true,
36+
// Disable automated npm publishing for now.
37+
// npmPublish: true,
3738
tarballDir: "dist",
3839
assets: "dist/*.tgz",
3940
verifyConditions: [
4041
"@semantic-release/changelog",
41-
"@semantic-release/npm",
42+
// "@semantic-release/npm",
4243
"@semantic-release/git",
4344
"@semantic-release/github",
4445
],
@@ -57,7 +58,7 @@ export default {
5758
path: "@semantic-release/exec",
5859
cmd: "prettier --write CHANGELOG.md && rm -rf .git/hooks",
5960
},
60-
"@semantic-release/npm",
61+
// "@semantic-release/npm",
6162
{
6263
path: "@semantic-release/git",
6364
message:

0 commit comments

Comments
 (0)