aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog-master.hbs
blob: 4a39542c0f951e0d42d38c3ded49b1cd6d84b67c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
From newest to oldest:
{{#each releases}}
  {{#each merges}}
    - {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
  {{/each}}
  {{#each fixes}}
    - {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
  {{/each}}
  {{#each commits}}
    - {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
  {{/each}}
{{/each}}