Skip to content

Commit

Permalink
chore(package): update release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Sep 27, 2018
1 parent ad8c4ec commit 55bfff8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
{
"path": "@semantic-release/git",
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
],
"publish": [
"@semantic-release/github"
Expand Down

0 comments on commit 55bfff8

Please sign in to comment.