Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auto-release-cli

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-release-cli - npm Package Compare versions

Comparing version 0.20.12 to 0.20.13

12

CHANGELOG.md

@@ -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)

22

dist/bin/auto.js

@@ -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) {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc