summaryrefslogtreecommitdiffhomepage
path: root/changelog.hbs
blob: d41d60284680697fa86c1da9b225591b0415b287 (plain)
1
2
3
4
5
6
7
8
From newest to oldest:
{{#each releases}}
  {{#if @first}}
    {{#each commits}}
      - {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
    {{/each}}
  {{/if}}
{{/each}}