Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(semantic-release): introducing plugin for whmcs marketplace publi…
Browse files Browse the repository at this point in the history
…shing
  • Loading branch information
KaiSchwarz-cnic committed Sep 12, 2019
1 parent 6945a52 commit 5ef810d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 62 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.4.2",
"conventional-changelog": "^3.1.8",
"puppeteer": "1.14.0",
"semantic-release": "^15.13.18"
"semantic-release": "^15.13.18",
"semantic-release-whmcs": "^1.0.0"
},
"release": {
"debug": false,
Expand All @@ -66,7 +66,8 @@
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github"
"@semantic-release/github",
"semantic-release-whmcs"
],
"prepare": [
{
Expand Down Expand Up @@ -108,14 +109,11 @@
}
]
},
{
"path": "@semantic-release/exec",
"cmd": "node whmcsmarketplace.js ${nextRelease.version} \"${nextRelease.notes}\""
}
"semantic-release-whmcs"
]
},
"scripts": {
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
}
}
}
54 changes: 0 additions & 54 deletions whmcsmarketplace.js

This file was deleted.

0 comments on commit 5ef810d

Please sign in to comment.