Skip to content

Commit

Permalink
ci: fix ci build error (part 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekratnavel committed Nov 3, 2018
1 parent 15bc905 commit da14700
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@
}
}],
"@semantic-release/npm",
"@semantic-release/github",
["@semantic-release/git", {
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
"@semantic-release/github"
],
"preset": "angular"
}

0 comments on commit da14700

Please sign in to comment.