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): test without github
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz committed Jul 10, 2018
1 parent 58604e5 commit 6216b4b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"publish": ["@semantic-release/github"],
"success": [
{
"path": "@semantic-release/github",
"successComment":
":tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>)"
}
],
"fail": ["@semantic-release/github"],
"publish": [],
"fail": [],
"branch": "master",
"npmPublish": false
}

0 comments on commit 6216b4b

Please sign in to comment.