File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,15 +105,15 @@ if (project != rootProject) {
105105 categoryTitleFormat.set(" ### {{categoryTitle}}" )
106106 format.set(
107107 """ |- {{commitShortHash}}
108- |{{#commitIsConventional}}
108+ | {{#commitIsConventional}}
109109 |{{#conventionalCommitIsBreakingChange}}:rotating_light: {{/conventionalCommitIsBreakingChange}}
110110 |{{#conventionalCommitScope}}**{{conventionalCommitScope}}**: {{/conventionalCommitScope}}
111111 |{{conventionalCommitDescription}}
112112 |{{#conventionalCommitBreakingChangeContent}} - *{{conventionalCommitBreakingChangeContent}}*{{/conventionalCommitBreakingChangeContent}}
113113 |{{/commitIsConventional}}
114114 |{{^commitIsConventional}}{{commitTitle}}{{/commitIsConventional}}
115115 |{{#commitHasIssues}}, closes{{#commitIssues}} {{issue}}{{/commitIssues}}{{/commitHasIssues}}
116- |({{contributorName}})
116+ |{{#contributorName}} ({{contributorName}}){{/contributorName}}
117117 |""" .trimMargin().replace(" \n " , " " ).replace(" \r " , " " )
118118 )
119119 contributors {
You can’t perform that action at this time.
0 commit comments