@lmc-eu/conventional-changelog-lmc-bitbucket
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "@lmc-eu/conventional-changelog-lmc-bitbucket", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "conventional-changelog LMC preset for BitBucket", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0a3432594016ce792c0e486f9a8a4d7cd19443a7" | ||
"gitHead": "c549e9edebf8bf85b4203e8c30708a50392d03dc" | ||
} |
@@ -8,6 +8,7 @@ const compareFunc = require('compare-func'); | ||
* Formats issues using the issueURL as the prefix of the complete issue URL | ||
* | ||
* @param {string} issueUrl - if the issueURL is falsy, then the issue will be printed as-is. | ||
* Otherwise, it will be printed as a link | ||
* @param {string} issue - the issue reference (without the # in-front of it) | ||
* @return {string} - Either the issue or a Markdown-formatted link to the issue. | ||
* @returns {string} - Either the issue or a Markdown-formatted link to the issue. | ||
*/ | ||
@@ -14,0 +15,0 @@ function formatIssue(issueUrl, issue) { |
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
9674
113