@commitlint/format
Advanced tools
Comparing version 14.0.0 to 14.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01) | ||
### Features | ||
* extend helpUrl from shareable config ([#2846](https://github.com/conventional-changelog/commitlint/issues/2846)) ([d7e2e2b](https://github.com/conventional-changelog/commitlint/commit/d7e2e2b943be383f99f4000b6b6bed0eab03bfcf)) | ||
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26) | ||
@@ -8,0 +19,0 @@ |
@@ -58,3 +58,5 @@ "use strict"; | ||
const fmtSummary = enabled && typeof summary === 'string' ? chalk_1.default.bold(summary) : summary; | ||
const help = hasProblems ? `ⓘ Get help: ${options.helpUrl}` : undefined; | ||
const help = hasProblems && options.helpUrl | ||
? `ⓘ Get help: ${options.helpUrl}` | ||
: undefined; | ||
return [ | ||
@@ -65,3 +67,3 @@ ...problems, | ||
help, | ||
help ? '' : undefined, | ||
hasProblems ? '' : undefined, | ||
].filter((line) => typeof line === 'string'); | ||
@@ -68,0 +70,0 @@ } |
{ | ||
"name": "@commitlint/format", | ||
"version": "14.0.0", | ||
"version": "14.1.0", | ||
"description": "Format commitlint reports", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "0bb3487f8ca0cd8e67977c089f65037ea2c7788b" | ||
"gitHead": "3882bd1680197f0ec4c40e4c9955911e20647488" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
21428
107