@semantic-release-plus/docker
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
{ | ||
"name": "@semantic-release-plus/docker", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"description": "semantic-release plugin to release a docker container", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -26,2 +26,3 @@ "use strict"; | ||
catch (err) { | ||
logger.error(err); | ||
throw new Error('docker login failed'); | ||
@@ -28,0 +29,0 @@ } |
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
23561
231