Compare commits

..
4 Commits
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -23,6 +23,8 @@ npx is bundled with npm >= 5.4, or available via npm. More info: npm.im/npx`
}
// node 8+ from this point on
require('../src')().catch(() => {
require('../src')().catch(err => {
console.error('An error occurred while running semantic-release');
console.error(err);
process.exit(1);
});
+3 -3
View File
@@ -23,7 +23,7 @@
"execa": "^0.8.0",
"fs-extra": "^4.0.2",
"git-head": "^1.2.1",
"github": "^11.0.0",
"github": "^12.0.0",
"lodash": "^4.0.0",
"nerf-dart": "^1.0.0",
"nopt": "^4.0.0",
@@ -36,8 +36,8 @@
"semver": "^5.4.1"
},
"devDependencies": {
"ava": "^0.22.0",
"codecov": "^2.3.0",
"ava": "^0.23.0",
"codecov": "^3.0.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.7.0",