Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
fix(pika): fix pika publish
Browse files Browse the repository at this point in the history
Fix pika publish to include other builds
  • Loading branch information
tdreyno committed Feb 18, 2020
1 parent bc7f4a2 commit ea34efd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
["@semantic-release/npm", {
"pkgRoot": "pkg"
}],
["@semantic-release/git", {
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand Down

0 comments on commit ea34efd

Please sign in to comment.