We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e898ce4 commit 2a99e4aCopy full SHA for 2a99e4a
release.config.js
@@ -33,12 +33,13 @@ ${COMMENT_POSTFIX}
33
export default {
34
branches: "main",
35
tagFormat: "v${version}",
36
- npmPublish: true,
+ // Disable automated npm publishing for now.
37
+ // npmPublish: true,
38
tarballDir: "dist",
39
assets: "dist/*.tgz",
40
verifyConditions: [
41
"@semantic-release/changelog",
- "@semantic-release/npm",
42
+ // "@semantic-release/npm",
43
"@semantic-release/git",
44
"@semantic-release/github",
45
],
@@ -57,7 +58,7 @@ export default {
57
58
path: "@semantic-release/exec",
59
cmd: "prettier --write CHANGELOG.md && rm -rf .git/hooks",
60
},
61
62
{
63
path: "@semantic-release/git",
64
message:
0 commit comments