{{#each releases}} {{#if @first}} {{#commit-list commits heading="#### Features" message="feat: "}} - {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})). {{/commit-list}} {{#commit-list commits heading="#### Improvements" message="(chore|refactor|style): "}} - {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})). {{/commit-list}} {{#commit-list commits heading="#### Fixes" message="fix: "}} - {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})). {{/commit-list}} {{#commit-list commits heading="#### Documentations" message="docs: "}} - {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})). {{/commit-list}} {{/if}} {{/each}}