diff --git a/.convco/template/template.hbs b/.convco/template/template.hbs index eaae1dc..1b1fc85 100644 --- a/.convco/template/template.hbs +++ b/.convco/template/template.hbs @@ -1,7 +1,7 @@ {{> header}} {{#if noteGroups}}{{#each noteGroups}} -## ⚠ {{title}} +## ⚠️ {{title}} {{#each notes}}* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{this.text}} {{/each}} @@ -16,4 +16,4 @@ {{#each commits}} {{> commit root=@root}} {{/each}} -{{/each}} \ No newline at end of file +{{/each}}