Skip to content

Commit

Permalink
fix(Fix .releaserc.json): Remove github options from config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari LiVigni committed Nov 8, 2019
1 parent dd17dab commit a01909b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/github", {
"githubUrl": "https://github.com"
}],
"@semantic-release/github",
["@semantic-release/git", {
"assets": ["CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [ci-skip]\n\n${nextRelease.notes}"
Expand Down

0 comments on commit a01909b

Please sign in to comment.