Skip to content

Commit

Permalink
fix(release): release not pushing the updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
sudkumar committed Jul 15, 2019
1 parent d7be28f commit 48d242c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,15 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
[
"@semantic-release/github",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
],
"ci": false
},
Expand Down

0 comments on commit 48d242c

Please sign in to comment.