Skip to content

Commit

Permalink
fix(semantic-release): change commit message and add noCi
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Sep 26, 2018
1 parent 11d059c commit 54e8706
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
{
"path": "@semantic-release/git",
"message": "chore(release): ${nextRelease.version}"
}
],
"publish": ["@semantic-release/github"],
"success": [
Expand All @@ -27,5 +30,6 @@
],
"fail": ["@semantic-release/github"],
"branch": "master",
"npmPublish": false
"npmPublish": false,
"noCi": true
}

0 comments on commit 54e8706

Please sign in to comment.