Skip to content

Commit

Permalink
chore(qa): disable automated publishing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Aug 13, 2024
1 parent e898ce4 commit 2a99e4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ ${COMMENT_POSTFIX}
export default {
branches: "main",
tagFormat: "v${version}",
npmPublish: true,
// Disable automated npm publishing for now.
// npmPublish: true,
tarballDir: "dist",
assets: "dist/*.tgz",
verifyConditions: [
"@semantic-release/changelog",
"@semantic-release/npm",
// "@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github",
],
Expand All @@ -57,7 +58,7 @@ export default {
path: "@semantic-release/exec",
cmd: "prettier --write CHANGELOG.md && rm -rf .git/hooks",
},
"@semantic-release/npm",
// "@semantic-release/npm",
{
path: "@semantic-release/git",
message:
Expand Down

0 comments on commit 2a99e4a

Please sign in to comment.