-
Notifications
You must be signed in to change notification settings - Fork 7
/
.changelog
32 lines (26 loc) · 975 Bytes
/
.changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## horde_sdk Changelog (adapted from jug's hordelib implementation https://github.com/Haidra-Org/hordelib/blob/main/.changelog )
{{#each releases}}
{{#if href}}
#{{#unless major}}#{{/unless}} [{{title}}]({{href}})
{{else}}
## {{title}}
{{/if}}
{{#if tag}}
{{niceDate}}
{{/if}}
{{#if summary}}
{{summary}}
{{/if}}
{{#each merges}}
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{message}}{{#if href}} [`#{{id}}`]({{href}}){{/if}} ({{author}})
{{/each}}
{{#each fixes}}
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{commit.subject}}{{#each fixes}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}{{/each}} ({{author}})
{{/each}}
{{#each commits}}
- {{#if breaking}}**Breaking change:** {{/if}}{{subject}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}} ({{author}})
{{/each}}
{{/each}}
{{#unless options.hideCredit}}
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
{{/unless}}