Socket
Socket
Sign inDemoInstall

@semantic-release/github

Package Overview
Dependencies
Maintainers
4
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-release/github - npm Package Compare versions

Comparing version 4.2.6 to 4.2.7

10

lib/success.js

@@ -58,5 +58,9 @@ const {isUndefined, uniqBy, template} = require('lodash');

} catch (err) {
errors.push(err);
logger.error('Failed to add a comment to the issue #%d.', issue.number);
// Don't throw right away and continue to update other issues
if (err.code === 404) {
logger.error("Failed to add a comment to the issue #%d as it doesn't exists.", issue.number);
} else {
errors.push(err);
logger.error('Failed to add a comment to the issue #%d.', issue.number);
// Don't throw right away and continue to update other issues
}
}

@@ -63,0 +67,0 @@ })

{
"name": "@semantic-release/github",
"description": "Set of semantic-release plugins for publishing a GitHub release",
"version": "4.2.6",
"version": "4.2.7",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",

@@ -26,3 +26,3 @@ "bugs": {

"globby": "^8.0.0",
"issue-parser": "^1.0.1",
"issue-parser": "^1.0.2",
"lodash": "^4.17.4",

@@ -43,3 +43,3 @@ "mime": "^2.0.3",

"proxyquire": "^2.0.0",
"semantic-release": "^14.0.0",
"semantic-release": "^15.0.0",
"sinon": "^4.0.0",

@@ -46,0 +46,0 @@ "tempy": "^0.2.1",

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