Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
fix(semantic-release): change commit message to pass conventional
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz committed Jul 11, 2018
1 parent 37161a2 commit 8042dd7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
{
"path": "@semantic-release/git",
"message": "chore(release): ${nextRelease.version}"
}
],
"publish": [],
"fail": [],
"success": "",
"publish": "",
"fail": "",
"branch": "master",
"npmPublish": false
"npmPublish": false,
"noCi": true
}

0 comments on commit 8042dd7

Please sign in to comment.