git-conventional-commits
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -117,3 +117,3 @@ module.exports = function (config) { | ||
const typeSectionHeadline = config.headlines[commitType !== 'undefined' ? commitType : '?'] || commitType; | ||
let typeSectionMarkdown = `#### ${typeSectionHeadline}\n`; | ||
let typeSectionMarkdown = `### ${typeSectionHeadline}\n`; | ||
@@ -140,3 +140,3 @@ const scopedCommits = bucketAggregation(commits, commit => commit.scope); | ||
if (scope !== 'undefined') { | ||
scopeSectionMarkdown += `##### \`${scope}\`\n`; | ||
scopeSectionMarkdown += `###### \`${scope}\`\n`; | ||
} | ||
@@ -143,0 +143,0 @@ commits.forEach(commit => { |
{ | ||
"name": "git-conventional-commits", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "git conventional commits util", | ||
@@ -5,0 +5,0 @@ "licence": "GPLv3", |
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