Skip to content

Commit

Permalink
fix: add assets to semantic-release git
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed May 27, 2021
1 parent 191c82d commit 0867b12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-release/npm",
["@semantic-release/npm", {
"npmPublish": false
}],
[
"@semantic-release/git",
{
"assets": ["docs/CHANGELOG.md"]
"assets": ["docs/CHANGELOG.md", "package.json"]
}
]
]
Expand Down

0 comments on commit 0867b12

Please sign in to comment.