@semantic-release/github
Advanced tools
Comparing version 10.1.0 to 10.1.1
@@ -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 { |
{ | ||
"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" | ||
} |
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
76921
1327