Skip to content

Commit

Permalink
fix(semantic-release): Use git plugin to auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Titozzz committed Oct 18, 2018
1 parent 171f778 commit c727dd9
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 @@ -3,10 +3,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/github",
"@semantic-release/git",
{
"assets": "package.json"
"assets": "package.json",
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
Expand Down

0 comments on commit c727dd9

Please sign in to comment.