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

@semantic-release/github

Package Overview
Dependencies
Maintainers
4
Versions
171
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 10.1.0 to 10.1.1

5

lib/success.js

@@ -57,3 +57,6 @@ import { isNil, uniqBy, template, flatten, isEmpty } from "lodash-es";

if (successComment === false) {
if (successComment === false || isEmpty(commits)) {
if (isEmpty(commits)) {
logger.log("No commits found in release");
}
logger.log("Skip commenting on issues and pull requests.");

@@ -60,0 +63,0 @@ } else {

8

package.json
{
"name": "@semantic-release/github",
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
"version": "10.1.0",
"version": "10.1.1",
"type": "module",

@@ -51,4 +51,4 @@ "author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",

"npm-run-all2": "6.2.2",
"prettier": "3.3.2",
"publint": "0.2.8",
"prettier": "3.3.3",
"publint": "0.2.9",
"semantic-release": "24.0.0",

@@ -131,3 +131,3 @@ "sinon": "18.0.0",

},
"packageManager": "npm@10.8.1"
"packageManager": "npm@10.8.2"
}
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