auto-release-cli
Advanced tools
Comparing version 0.20.12 to 0.20.13
@@ -0,1 +1,7 @@ | ||
# v0.20.13 (Wed Dec 05 2018) | ||
--- | ||
# v0.20.10 (Wed Dec 05 2018) | ||
@@ -27,2 +33,8 @@ | ||
--- | ||
# v0.20.10 (Wed Dec 05 2018) | ||
#### 🐛 Bug Fix | ||
@@ -29,0 +41,0 @@ - ignore invalid user [#3](https://github.com/intuit/auto-release/pull/3) (hipstersmoothie@users.noreply.github.com) |
@@ -136,3 +136,3 @@ #!/usr/bin/env node | ||
} | ||
function main(args) { | ||
function run(args) { | ||
return __awaiter(this, void 0, void 0, function () { | ||
@@ -376,2 +376,22 @@ var logger, log, verbose, veryVerbose, explorer, result, rawConfig, prefixRelease, config, semVerLabels, githubRelease, _a, labels, msg, res, labels, labelTexts_1, releaseTag, noReleaseTag, semverTag, description, error_1, res, _b, lastRelease, releaseNotes, version, _c, prefixed, lastRelease, _d, releaseNotes, currentVersion, lastRelease, bump; | ||
} | ||
function main(args) { | ||
return __awaiter(this, void 0, void 0, function () { | ||
var error_2; | ||
return __generator(this, function (_a) { | ||
switch (_a.label) { | ||
case 0: | ||
_a.trys.push([0, 2, , 3]); | ||
return [4 /*yield*/, run(args)]; | ||
case 1: | ||
_a.sent(); | ||
return [3 /*break*/, 3]; | ||
case 2: | ||
error_2 = _a.sent(); | ||
console.log(error_2); | ||
return [3 /*break*/, 3]; | ||
case 3: return [2 /*return*/]; | ||
} | ||
}); | ||
}); | ||
} | ||
exports.default = main; | ||
@@ -378,0 +398,0 @@ if (require.main === module) { |
{ | ||
"name": "auto-release-cli", | ||
"description": "CLI tools to help facilitate semantic versioning based on Github PR labels.", | ||
"version": "0.20.12", | ||
"version": "0.20.13", | ||
"author": "Intuit", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183636
2442