Skip to content

Commit

Permalink
Merge pull request #28 from mytlogos/develop
Browse files Browse the repository at this point in the history
fix: do not publish to npm explicitly
  • Loading branch information
mytlogos authored Oct 17, 2020
2 parents 2273538 + 573df2d commit f78d342
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/github",
{
Expand Down

0 comments on commit f78d342

Please sign in to comment.