@semantic-release/github
Advanced tools
Comparing version 10.0.4 to 10.0.5
@@ -58,3 +58,4 @@ /* c8 ignore start */ | ||
"githubApiUrl" in options && options.githubApiUrl | ||
? options.githubApiUrl | ||
? // Use `urljoin` to normalize the provided URL | ||
urljoin(options.githubApiUrl, "") | ||
: "githubUrl" in options && options.githubUrl | ||
@@ -61,0 +62,0 @@ ? urljoin(options.githubUrl, options.githubApiPathPrefix) |
{ | ||
"name": "@semantic-release/github", | ||
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues", | ||
"version": "10.0.4", | ||
"version": "10.0.5", | ||
"type": "module", | ||
@@ -50,5 +50,5 @@ "author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)", | ||
"ls-engines": "0.9.1", | ||
"npm-run-all2": "6.1.2", | ||
"npm-run-all2": "6.2.0", | ||
"prettier": "3.2.5", | ||
"publint": "0.2.7", | ||
"publint": "0.2.8", | ||
"semantic-release": "23.1.1", | ||
@@ -131,3 +131,3 @@ "sinon": "18.0.0", | ||
}, | ||
"packageManager": "npm@10.7.0" | ||
"packageManager": "npm@10.8.0" | ||
} |
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
76629
1310