UNPKG

209 Btext/x-handlebars-templateView Raw
1{{> header}}
2
3{{! Render notes first b/c they're important, eg breaking changes }}
4{{> notes}}
5{{#each commitGroups}}
6{{#if title}}
7
8
9#### {{title}}
10{{/if}}
11{{#each commits}}
12{{> commit}}
13{{/each}}
14{{/each}}
15
16
\No newline at end of file