@tophat/conventional-changelog-config
Advanced tools
Comparing version 0.5.6 to 0.5.7
{ | ||
"name": "@tophat/conventional-changelog-config", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Top Hat's conventional changelog config for changelog generation", | ||
@@ -5,0 +5,0 @@ "author": "Top Hat", |
@@ -11,2 +11,6 @@ const parserOpts = require('./parser-opts') | ||
const level = commits.reduce((level, commit) => { | ||
if (commit.header?.toUpperCase().includes(BREAKING_CHANGE)) { | ||
return STRATEGY.MAJOR | ||
} | ||
for (const note of commit.notes) { | ||
@@ -28,6 +32,2 @@ if (note.title.toUpperCase().includes(BREAKING_CHANGE)) { | ||
if (commit.header?.toUpperCase().includes(BREAKING_CHANGE)) { | ||
return STRATEGY.MAJOR | ||
} | ||
const commitType = commit.type | ||
@@ -34,0 +34,0 @@ if (commitType) { |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package