Skip to content

Commit

Permalink
chore(ci): "npmPublish": false
Browse files Browse the repository at this point in the history
  • Loading branch information
meixg committed May 24, 2021
1 parent 205ab82 commit 793c241
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 8 deletions.
7 changes: 6 additions & 1 deletion packages/app-autoload/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down
7 changes: 6 additions & 1 deletion packages/cli/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down
7 changes: 6 additions & 1 deletion packages/decorators/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down
7 changes: 6 additions & 1 deletion packages/logger/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down
7 changes: 6 additions & 1 deletion packages/molecule/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down
7 changes: 6 additions & 1 deletion packages/thread/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down
7 changes: 6 additions & 1 deletion packages/utils/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down
7 changes: 6 additions & 1 deletion packages/view/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down

0 comments on commit 793c241

Please sign in to comment.