Skip to content

Commit

Permalink
ci(semantic): adds plugin @semantic/git
Browse files Browse the repository at this point in the history
BREAKING CHANGE: pushes the changes to the git repository
  • Loading branch information
waynevanson committed Sep 25, 2020
1 parent 6135385 commit 5f2b28e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
"@semantic-release/git",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
],
"husky": {
"hooks": {
Expand Down

0 comments on commit 5f2b28e

Please sign in to comment.