Skip to content

Commit

Permalink
fix: add assets to git plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mytlogos committed Dec 20, 2021
1 parent 4a9365e commit 76f3183
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}",
"assets": [
"dist.zip",
"dist-src.zip"
]
}
]
]
Expand Down

0 comments on commit 76f3183

Please sign in to comment.